Skip to content

Commit e6c2dad

Browse files
committed
fail-fast
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 155ba22 commit e6c2dad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Upload build artifacts
152152
uses: actions/upload-artifact@v3
153153
with:
154-
name: triton-cache-${{ inputs.driver_version }}"
154+
name: triton-cache-${{ inputs.driver_version }}
155155
path: ~/.triton/cache
156156

157157
- name: Run interpreter tests

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117

118118
strategy:
119119
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
120+
fail-fast: false
120121

121122
uses: ./.github/workflows/build-test-reusable.yml
122123
with:

0 commit comments

Comments
 (0)