Skip to content

Commit adf071d

Browse files
committed
skip comment on PR
1 parent f935426 commit adf071d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
local-only: true
4444

4545
- name: Comment on PR
46+
if: github.event_name == 'pull_request'
4647
uses: thollander/actions-comment-pull-request@v3
4748
with:
4849
comment-tag: failure
@@ -66,6 +67,7 @@ jobs:
6667
github-token: ${{ secrets.GITHUB_TOKEN }}
6768

6869
- name: Comment on PR
70+
if: github.event_name == 'pull_request'
6971
uses: thollander/actions-comment-pull-request@v3
7072
with:
7173
comment-tag: hybrid-failure

0 commit comments

Comments
 (0)