Skip to content

Commit 1fded7f

Browse files
committed
Fix comment action failing on default branch
1 parent 876cecb commit 1fded7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analyze_comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
comment:
1111
runs-on: ubuntu-latest
1212
if: >
13-
${{ github.event.workflow_run.event == 'pull_request' &&
14-
github.event.workflow_run.conclusion == 'success' }}
13+
github.event.workflow_run.event == 'pull_request' &&
14+
github.event.workflow_run.conclusion == 'success'
1515
steps:
1616
- name: Download base branch bundle stats
1717
uses: dawidd6/action-download-artifact@v3

0 commit comments

Comments
 (0)