From faec0efad6b6ac884b8d7e86eba24a7b4278707c Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 5 Aug 2024 14:30:13 +0200 Subject: [PATCH] fix(ci): use !cancelled() instead of always() --- assets/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/github-actions.yml b/assets/github-actions.yml index 7e33196..9699cdf 100644 --- a/assets/github-actions.yml +++ b/assets/github-actions.yml @@ -20,7 +20,7 @@ jobs: - name: Run Playwright tests run: {{runTestsCommand}} - uses: actions/upload-artifact@v4 - if: always() + if: ${{ !cancelled() }} with: name: playwright-report path: playwright-report/