Skip to content

Commit

Permalink
fix(ci): use !cancelled() instead of always() (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Aug 5, 2024
1 parent 11c9c57 commit e46cc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit e46cc3c

Please sign in to comment.