From 4955d78ad26b5d405e26a821a8760e6aeb2eefef Mon Sep 17 00:00:00 2001 From: andrejrblue <167293373+andrejrblue@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:44:11 +0100 Subject: [PATCH] Update ci.yml upload artifacts set to "if not cancelled" --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c19b2b2..eee9b7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,8 +197,8 @@ jobs: Remove-Job -Name ${{ env.PROJECT_NAME }} - uses: actions/upload-artifact@v4 + if: ${{ !cancelled() }} with: name: playwright-report - if: ${{ always() }} path: ./test/Playwright/playwright-report/ retention-days: 30