Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef622a3

Browse files
committedAug 26, 2024·
Fix comment action failing on default branch
1 parent d784da4 commit ef622a3

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)
Please sign in to comment.