File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,24 @@ jobs:
3535 STACKABLE_SLUG : Stackable/plugin
3636 run : npm run test
3737 - uses : actions/upload-artifact@v4
38+ if : ${{ !cancelled() }}
3839 id : artifact-upload-step
3940 with :
4041 name : playwright-report-${{ env.VERSION_SUFFIX }}
4142 path : playwright-report/
43+ overwrite : true
4244 retention-days : 30
4345 - name : Find Comment
4446 uses : peter-evans/find-comment@v3
47+ if : ${{ !cancelled() }}
4548 id : fc
4649 with :
4750 issue-number : ${{ github.event.pull_request.number }}
4851 comment-author : ' github-actions[bot]'
4952 body-includes : Playwright Report Artifact
5053 - name : Create or update comment
5154 uses : peter-evans/create-or-update-comment@v4
55+ if : ${{ !cancelled() }}
5256 with :
5357 comment-id : ${{ steps.fc.outputs.comment-id }}
5458 issue-number : ${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments