Skip to content

Commit

Permalink
Update govulncheck.yml
Browse files Browse the repository at this point in the history
Add schedule to workflow
  • Loading branch information
MarcPaquette authored Aug 1, 2023
1 parent 1501a38 commit 63f287b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: workflow_dispatch
# schedule:
# - cron: '0 13-21/2 * * 1-5'
on:
schedule:
- cron: '0 13-21/2 * * 1-5'
jobs:
govulncheck_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 63f287b

Please sign in to comment.