mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Edited the trigger
Signed-off-by: Kevin Joe Harris <kevinjoeharris1@gmail.com>
This commit is contained in:
parent
a29f2db7e1
commit
bc4a3c1a51
1 changed files with 2 additions and 13 deletions
15
.github/workflows/vulncheck.yaml
vendored
15
.github/workflows/vulncheck.yaml
vendored
|
|
@ -1,19 +1,8 @@
|
|||
name: govulncheck
|
||||
on:
|
||||
workflow_dispatch: # For testing purpose
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'release-*'
|
||||
- '!release-1.4'
|
||||
- '!release-1.5'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'release-*'
|
||||
workflow_dispatch: {}
|
||||
schedule:
|
||||
# Run weekly on Monday at 08:00 UTC to catch newly disclosed CVEs
|
||||
- cron: '0 8 * * 1'
|
||||
- cron: '0 8 * * 1' # Run weekly on Monday at 08:00 UTC to catch newly disclosed CVEs
|
||||
|
||||
env:
|
||||
# Golang version to use across CI steps
|
||||
|
|
|
|||
Loading…
Reference in a new issue