From 743ca9c16546da085004d3a90f1ba00be2982712 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 5 May 2025 11:25:58 +0100 Subject: [PATCH] adapting CD --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66f9e9d..4194193 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,6 +79,7 @@ jobs: run: | . .venv/bin/activate ${{ matrix.task.run }} + continue-on-error: ${{ matrix.task.name != 'Build' }} - name: Upload package distribution files if: matrix.task.name == 'Build' @@ -96,7 +97,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - needs: [Build] + needs: [checks] if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v1