We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242ec1f commit d2fd1beCopy full SHA for d2fd1be
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
needs: skip_duplicate
34
if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }}
35
runs-on: ${{ matrix.os }}
36
- continue-on-error: ${{ matrix.allow-failure }}
+ continue-on-error: false
37
strategy:
38
matrix:
39
os: [ubuntu-latest]
0 commit comments