Skip to content

Commit

Permalink
Merge pull request #1097 from marquiz/devel/github-periodic
Browse files Browse the repository at this point in the history
github: only run periodic scan weekly
  • Loading branch information
klihub authored Aug 23, 2024
2 parents 8b6c010 + 0ec08e7 commit 769eaa3
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 769eaa3

Please sign in to comment.