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 a207ef7 commit cf442d1Copy full SHA for cf442d1
.github/workflows/analyze_comment.yml
@@ -11,7 +11,8 @@ jobs:
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.conclusion == 'success' &&
15
+ 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