Skip to content

Commit

Permalink
Do not stop deploy on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jul 27, 2023
1 parent 6999966 commit 4b64fe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
build-and-test:
name: Run on ${{ matrix.os }} with SOFA ${{ matrix.sofa_branch }} and python ${{ matrix.python_version }}
runs-on: ${{ matrix.os }}
continue-on-error: true # as macos is always failing...
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -223,7 +222,7 @@ jobs:
with:
name: ${{ env.RELEASE_NAME }}
tag_name: ${{ env.RELEASE_TAGNAME }}
fail_on_unmatched_files: true
fail_on_unmatched_files: false
body: |
Last updated on ${{ env.RELEASE_DATE }}
files: |
Expand Down

0 comments on commit 4b64fe4

Please sign in to comment.