Skip to content

Commit 356cfa7

Browse files
committed
try continue-on-error at the job level rather than just the step level
1 parent 66b6de2 commit 356cfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: pre_job # skip duplicates
5050
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
5151
runs-on: ubuntu-latest
52-
continue-on-error: ${{ matrix.experimental }}
52+
continue-on-error: true
5353
strategy:
5454
fail-fast: false
5555
matrix:

0 commit comments

Comments
 (0)