We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564d85c commit 3a7a143Copy full SHA for 3a7a143
.github/workflows/analyze.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Download base branch bundle stats
74
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
75
- if: success() && github.event.number
+ if: success()
76
with:
77
workflow: analyze.yml
78
branch: ${{ github.event.pull_request.base.ref || 'main' }}
0 commit comments