Skip to content

Commit

Permalink
Build package even if other builds fail
Browse files Browse the repository at this point in the history
  • Loading branch information
unkhz committed Jul 19, 2024
1 parent 171b76f commit 3f375db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
if: ${{ ! endsWith(github.event.head_commit.message, '[skip ci]') }}
runs-on: ubuntu-latest
needs: test
continue-on-error: true

strategy:
matrix:
Expand Down

0 comments on commit 3f375db

Please sign in to comment.