From 4b64fe476d9e8ae7f6f2f1a792f4097a0ac18dcb Mon Sep 17 00:00:00 2001 From: Olivier Roussel Date: Thu, 27 Jul 2023 10:15:11 +0200 Subject: [PATCH] Do not stop deploy on failure. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c22a44c5..068d4bec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: |