We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ae203 commit 678ddcbCopy full SHA for 678ddcb
1 file changed
.github/workflows/analyze_comment.yml
@@ -11,6 +11,9 @@ permissions: {}
11
jobs:
12
comment:
13
runs-on: ubuntu-latest
14
+ if: >
15
+ ${{ github.event.workflow_run.event == 'pull_request' &&
16
+ github.event.workflow_run.conclusion == 'success' }}
17
steps:
18
- name: Download Event Type
19
uses: dawidd6/action-download-artifact@v3
0 commit comments