Skip to content

Commit 678ddcb

Browse files
fix gh action (#1689)
1 parent c2ae203 commit 678ddcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/analyze_comment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ permissions: {}
1111
jobs:
1212
comment:
1313
runs-on: ubuntu-latest
14+
if: >
15+
${{ github.event.workflow_run.event == 'pull_request' &&
16+
github.event.workflow_run.conclusion == 'success' }}
1417
steps:
1518
- name: Download Event Type
1619
uses: dawidd6/action-download-artifact@v3

0 commit comments

Comments
 (0)