We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edada8 commit 4a44a1bCopy full SHA for 4a44a1b
1 file changed
.github/workflows/pr-comment.yml
@@ -12,7 +12,7 @@ jobs:
12
comment:
13
name: Comment reccmp report
14
runs-on: ubuntu-latest
15
- if: ${{ github.event.workflow_run.event == 'pull_request' }}
+ if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
16
permissions:
17
actions: read
18
issues: write
0 commit comments