Skip to content

Commit

Permalink
Reduced scheduled build frequency to once per day instead of once per…
Browse files Browse the repository at this point in the history
… hour
  • Loading branch information
REHERC committed Jul 14, 2022
1 parent 69f5e84 commit 965dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-all.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Deploy Mods
on:
schedule:
- cron: '0 */1 * * *' # Every hour
- cron: '0 0 */1 * *' # Every day
push:
branches:
- main
Expand Down

0 comments on commit 965dd90

Please sign in to comment.