Skip to content

Commit 802097f

Browse files
committed
Try to fix comment action failing on default branch
1 parent 1bb9740 commit 802097f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/analyze_comment.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99
jobs:
1010
comment:
1111
runs-on: ubuntu-latest
12-
if: >
13-
${{ github.event.workflow_run.event == 'pull_request' &&
14-
github.event.workflow_run.conclusion == 'success' }}
12+
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1513
steps:
1614
- name: Download base branch bundle stats
1715
uses: dawidd6/action-download-artifact@v3

0 commit comments

Comments
 (0)