Skip to content

Commit ee0ca5d

Browse files
committed
test
1 parent 2619d13 commit ee0ca5d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- run: exit 1
18-
continue-on-error: true
19-
- run: exit 1
20-
continue-on-error: true
21-
- run: exit 1
22-
continue-on-error: true
18+
- if: ${{ ! cancelled() }}
19+
run: exit 1
20+
- if: ${{ ! cancelled() }}
21+
run: exit 1
22+
- if: ${{ ! cancelled() }}
23+
run: exit 1
2324
test2:
2425
runs-on: ubuntu-latest
2526
steps:

0 commit comments

Comments
 (0)