Skip to content

Commit 541c257

Browse files
committed
Fix comment action failing on default branch
1 parent b1abb37 commit 541c257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/analyze_comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
comment:
1313
runs-on: ubuntu-latest
1414
if: >
15-
${{ github.event.workflow_run.event == 'pull_request' &&
16-
github.event.workflow_run.conclusion == 'success' }}
15+
github.event.workflow_run.event == 'pull_request' &&
16+
github.event.workflow_run.conclusion == 'success'
1717
steps:
1818
- name: Download base branch bundle stats
1919
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e

0 commit comments

Comments
 (0)