Skip to content

Commit ba15a8e

Browse files
committed
fix: disable fail-fast for matrix jobs in continuous benchmarking
1 parent 928f548 commit ba15a8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-benchmarking-runtimes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
runs-on: [ self-hosted, aws ]
4444
timeout-minutes: 1200
4545
strategy:
46+
fail-fast: false
4647
matrix:
4748
runtime:
4849
[
@@ -177,6 +178,7 @@ jobs:
177178
runs-on: [ self-hosted, gcr ]
178179
timeout-minutes: 1200
179180
strategy:
181+
fail-fast: false
180182
matrix:
181183
runtime:
182184
[
@@ -309,6 +311,7 @@ jobs:
309311
runs-on: [ self-hosted, azure ]
310312
timeout-minutes: 1200
311313
strategy:
314+
fail-fast: false
312315
matrix:
313316
runtime:
314317
[

0 commit comments

Comments
 (0)