Skip to content

Commit

Permalink
Stagger workflows to have less cancelled jobs due to already running
Browse files Browse the repository at this point in the history
jobs or failed git pushes

Also causes less stress on GH servers and other forges servers
  • Loading branch information
Artturin committed Jan 30, 2025
1 parent 1193290 commit 88a3d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/advance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Advance"
concurrency: update-advance
on:
schedule:
- cron: '30 */1 * * *'
- cron: '13 */6 * * *'
workflow_dispatch:
jobs:
advance:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
schedule:
- cron: '17 * * * *'
- cron: '17 */14 * * *'
workflow_dispatch:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Update"
concurrency: update-advance
on:
schedule:
- cron: '0 */1 * * *'
- cron: '38 */12 * * *'
workflow_dispatch:
jobs:
update:
Expand Down

0 comments on commit 88a3d7d

Please sign in to comment.