Skip to content

Commit d2fd1be

Browse files
committed
fix CI
1 parent 242ec1f commit d2fd1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
needs: skip_duplicate
3434
if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }}
3535
runs-on: ${{ matrix.os }}
36-
continue-on-error: ${{ matrix.allow-failure }}
36+
continue-on-error: false
3737
strategy:
3838
matrix:
3939
os: [ubuntu-latest]

0 commit comments

Comments
 (0)