Skip to content

Commit 6d8b82a

Browse files
Disable fail-fast on QA
1 parent bea43bc commit 6d8b82a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
id-token: write
4444
contents: read
4545
strategy:
46+
fail-fast: false
4647
matrix:
4748
sq_version:
4849
- LATEST_RELEASE[9.9]
@@ -79,6 +80,7 @@ jobs:
7980
id-token: write
8081
contents: read
8182
strategy:
83+
fail-fast: false
8284
matrix:
8385
sq_version:
8486
- LATEST_RELEASE[9.9]

0 commit comments

Comments
 (0)