We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c9c57 commit e46cc3cCopy full SHA for e46cc3c
assets/github-actions.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run Playwright tests
21
run: {{runTestsCommand}}
22
- uses: actions/upload-artifact@v4
23
- if: always()
+ if: ${{ !cancelled() }}
24
with:
25
name: playwright-report
26
path: playwright-report/
0 commit comments