We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124f06d commit afcdc77Copy full SHA for afcdc77
1 file changed
.github/workflows/build-pr-cmk.yml
@@ -44,6 +44,7 @@ jobs:
44
45
- name: Comment on PR with artifact link
46
uses: peter-evans/create-or-update-comment@v4
47
+ if: ${{ github.event_name == 'pull_request' }}
48
with:
49
token: ${{ secrets.GITHUB_TOKEN }}
50
issue-number: ${{ github.event.pull_request.number }}
0 commit comments