Skip to content

Commit

Permalink
github: only run periodic scan weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Aug 22, 2024
1 parent 8b6c010 commit 0ec08e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Verify branches periodic

on:
schedule:
- cron: '30 2 * * *'
- cron: '30 2 * * 0'

permissions:
contents: read
Expand Down

0 comments on commit 0ec08e7

Please sign in to comment.