Skip to content

Commit

Permalink
ci: change automatic builds to be every 7 days instead of every 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag authored Sep 11, 2024
1 parent 10953ca commit 7f32e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags:
- "v*"
schedule:
- cron: "0 0 */3 * *"
- cron: "0 0 */7 * *"
workflow_dispatch:

env:
Expand Down

0 comments on commit 7f32e0a

Please sign in to comment.