Skip to content

Commit 4955d78

Browse files
authored
Update ci.yml
upload artifacts set to "if not cancelled"
1 parent fbe7f85 commit 4955d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ jobs:
197197
Remove-Job -Name ${{ env.PROJECT_NAME }}
198198
199199
- uses: actions/upload-artifact@v4
200+
if: ${{ !cancelled() }}
200201
with:
201202
name: playwright-report
202-
if: ${{ always() }}
203203
path: ./test/Playwright/playwright-report/
204204
retention-days: 30

0 commit comments

Comments
 (0)