Skip to content

Commit b11e63e

Browse files
committed
fail-fast: false in GH-Actions to ensure all jobs in the matrix run.
1 parent ad464a3 commit b11e63e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/spack_cpu_build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
timeout-minutes: 120
9696

9797
strategy:
98+
fail-fast: false # Prevents cancelling other jobs
9899
matrix:
99100
# Minimal Build(s) - GHCR mirror speeds these up a lot!
100101
spack_spec:

0 commit comments

Comments
 (0)