revert always()
This commit is contained in:
parent
9c26a8955e
commit
acbcbf1b47
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Run Playwright tests
|
||||
run: npx playwright test
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report/
|
||||
|
|
|
|||
Loading…
Reference in a new issue