revert always()

This commit is contained in:
Simon Knott 2024-08-05 14:28:01 +02:00
parent 9c26a8955e
commit acbcbf1b47
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -59,7 +59,7 @@ jobs:
- name: Run Playwright tests - name: Run Playwright tests
run: npx playwright test run: npx playwright test
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
if: always() if: ${{ !cancelled() }}
with: with:
name: playwright-report name: playwright-report
path: playwright-report/ path: playwright-report/