We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f935426 commit adf071dCopy full SHA for adf071d
1 file changed
.github/workflows/build.yaml
@@ -43,6 +43,7 @@ jobs:
43
local-only: true
44
45
- name: Comment on PR
46
+ if: github.event_name == 'pull_request'
47
uses: thollander/actions-comment-pull-request@v3
48
with:
49
comment-tag: failure
@@ -66,6 +67,7 @@ jobs:
66
67
github-token: ${{ secrets.GITHUB_TOKEN }}
68
69
70
71
72
73
comment-tag: hybrid-failure
0 commit comments