Skip to content

Commit 3a7a143

Browse files
chore: fix ci
1 parent 564d85c commit 3a7a143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Download base branch bundle stats
7474
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
75-
if: success() && github.event.number
75+
if: success()
7676
with:
7777
workflow: analyze.yml
7878
branch: ${{ github.event.pull_request.base.ref || 'main' }}

0 commit comments

Comments
 (0)