Skip to content

Commit 5132206

Browse files
authored
Update build-pr-cmk.yml
1 parent fecdeb2 commit 5132206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-pr-cmk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if-no-files-found: error
4444

4545
- name: Comment on PR with artifact link
46-
if: ${{ github.event_name == 'pull_request' }}
46+
if: ${{ github.event_name == 'pull_request' || github.event.pull_request.number != '' || startsWith(github.ref, 'refs/pull/') }}
4747
uses: peter-evans/create-or-update-comment@v4
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)