Skip to content

Commit e46cc3c

Browse files
authored
fix(ci): use !cancelled() instead of always() (#128)
1 parent 11c9c57 commit e46cc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run Playwright tests
2121
run: {{runTestsCommand}}
2222
- uses: actions/upload-artifact@v4
23-
if: always()
23+
if: ${{ !cancelled() }}
2424
with:
2525
name: playwright-report
2626
path: playwright-report/

0 commit comments

Comments
 (0)