Skip to content

Commit ec6b9dd

Browse files
committed
Fix comment action failing on default branch
1 parent 342fbd8 commit ec6b9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analyze_comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
comment:
1616
runs-on: ubuntu-latest
1717
if: >
18-
${{ github.event.workflow_run.event == 'pull_request' &&
19-
github.event.workflow_run.conclusion == 'success' }}
18+
github.event.workflow_run.event == 'pull_request' &&
19+
github.event.workflow_run.conclusion == 'success'
2020
steps:
2121
- name: Download base branch bundle stats
2222
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e

0 commit comments

Comments
 (0)