Skip to content

Commit 84f9ab9

Browse files
committed
ci: delay cargo-gpu-backwards-compat to ensure long-running jobs go first
1 parent 3a155de commit 84f9ab9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ jobs:
206206
run: cargo xtask test-build
207207

208208
cargo-gpu-backwards-compat:
209+
# The dependency is technically unnecessary, this is just to delay the launch of this job, so that github prefers
210+
# launching long-running jobs first. Currently, these jobs take only about 7min compared to 22min of others.
211+
needs: [cargo-deny]
209212
strategy:
210213
fail-fast: false
211214
matrix:

0 commit comments

Comments
 (0)