Skip to content

Commit

Permalink
Increase update range to once per 2 month
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelA authored Jun 20, 2023
1 parent 09a8ae5 commit d2df78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [master]
schedule:
- cron: '0 3 20 * *'
- cron: '0 0 1 */2 *'

jobs:
build:
Expand Down

0 comments on commit d2df78e

Please sign in to comment.