Skip to content

Commit e0727ab

Browse files
committed
Don't cancel all jobs on any error
1 parent 415ae4a commit e0727ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
package-linux:
9+
continue-on-error: true
910
runs-on: ubuntu-20.04
1011
strategy:
1112
matrix:
@@ -34,6 +35,7 @@ jobs:
3435
path: artifacts/
3536

3637
package-windows:
38+
continue-on-error: true
3739
runs-on: ubuntu-20.04
3840
strategy:
3941
matrix:
@@ -56,6 +58,7 @@ jobs:
5658
path: artifacts/
5759

5860
package-macos:
61+
continue-on-error: true
5962
runs-on: macos-latest
6063
strategy:
6164
matrix:

0 commit comments

Comments
 (0)