Skip to content

Commit 57c3608

Browse files
committed
always update comment
1 parent b1043f8 commit 57c3608

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)