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/