Skip to content

Commit

Permalink
.github: run govulncheck daily (was weekly)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker authored Oct 12, 2024
1 parent 057222d commit b7a1d22
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ on:
push:
# Run govulncheck on push for all branches and paths.
schedule:
- cron: '25 14 * * 0'
# | | | | |
# | | | | day of the week (0–6 with 0=Sunday)
# | | | month (1–12)
# | | day of month (1–31)
# | hour (0–23 in UTC)
# minute (0–59)
- cron: '45 12 * * *' # Daily at 12:45 UTC / 7:45 AM Central

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
Expand Down

0 comments on commit b7a1d22

Please sign in to comment.