Skip to content

Commit

Permalink
CI: Trick GH runners into picking slower jobs early
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Nov 15, 2024
1 parent 9323fa2 commit 8312df7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- core-apps
- core-autopatch
- core-compat
- core-deps
# Trick GH runners into picking this slower job early.
- ACME=1 c=core-deps
- core-makedep
- core-misc
- core-plugins
Expand All @@ -52,7 +53,8 @@ jobs:
- hex
- proper
- protobuffs
- relx
# Trick GH runners into picking this slower job early.
- ACME=1 c=relx
- shell
- sphinx
- triq
Expand Down

0 comments on commit 8312df7

Please sign in to comment.