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.
2 parents da853c4 + b2b3de4 commit 62a1163Copy full SHA for 62a1163
.github/workflows/analyze_comment.yml
@@ -10,9 +10,9 @@ jobs:
10
comment:
11
runs-on: ubuntu-latest
12
if: >
13
+ ${{ github.event.workflow_run.event == 'pull_request' &&
14
github.event.workflow_run.conclusion == 'success' &&
- github.event.workflow_run.name == 'Analyze Bundle' &&
15
- github.event.workflow_run.head_branch != 'main'
+ github.event.workflow_run.head_branch != 'main' }}
16
steps:
17
- name: Download base branch bundle stats
18
uses: dawidd6/action-download-artifact@v2
0 commit comments