Skip to content

Commit

Permalink
fix: run scheduled gh action earlier to avoid delay (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Apr 20, 2022
1 parent 266bbfd commit 4f1dd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
schedule:
- cron: "0 4 * * *" # runs every day at 4 UTC
- cron: "50 3 * * *" # runs every day at 03:50 UTC to avoid high loads
push:
branches: [main]
workflow_dispatch:
Expand Down

0 comments on commit 4f1dd30

Please sign in to comment.