Skip to content

Commit

Permalink
chore(.github): schedule govulncheck run weekly on Sunday 12:00 AM (UTC)
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser committed Apr 11, 2024
1 parent ea217cf commit fb0b5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Go Vulnerability Check
on:
schedule:
- cron: '0 0 * * 0' # Runs every Sunday at 12:00 AM (UTC)
push:
branches:
- master
Expand Down

0 comments on commit fb0b5d8

Please sign in to comment.