Skip to content

Commit 98e9e73

Browse files
authored
revert
1 parent 62a1163 commit 98e9e73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/analyze_comment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: >
1313
${{ github.event.workflow_run.event == 'pull_request' &&
14-
github.event.workflow_run.conclusion == 'success' &&
15-
github.event.workflow_run.head_branch != 'main' }}
14+
github.event.workflow_run.conclusion == 'success' }}
1615
steps:
1716
- name: Download base branch bundle stats
1817
uses: dawidd6/action-download-artifact@v2

0 commit comments

Comments
 (0)