Skip to content

Commit 3f375db

Browse files
committed
Build package even if other builds fail
1 parent 171b76f commit 3f375db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
if: ${{ ! endsWith(github.event.head_commit.message, '[skip ci]') }}
4949
runs-on: ubuntu-latest
5050
needs: test
51+
continue-on-error: true
5152

5253
strategy:
5354
matrix:

0 commit comments

Comments
 (0)