feat: when making PR releases, only download necessary artifacts (#2474)
This commit is contained in:
parent
a0440ea4ea
commit
0901e062eb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr-release.yml
vendored
2
.github/workflows/pr-release.yml
vendored
|
|
@ -43,6 +43,8 @@ jobs:
|
|||
with:
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
path: artifacts
|
||||
name: build-.*
|
||||
name_is_regexp: true
|
||||
- name: Prepare release
|
||||
if: ${{ steps.workflow-info.outputs.pullRequestNumber != '' }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue