Skip to content

Commit cf4a9d0

Browse files
sbryngelsonclaude
andcommitted
Add fail-fast: false to self-hosted test matrix
The self-hosted job matrix was using the default fail-fast: true, causing one Phoenix failure to cancel all Frontier jobs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0cff03b commit cf4a9d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
continue-on-error: false
170170
timeout-minutes: 480
171171
strategy:
172+
fail-fast: false
172173
matrix:
173174
include:
174175
# Phoenix (GT) — build+test combined in SLURM job

0 commit comments

Comments
 (0)