Skip to content

Commit 8dd0170

Browse files
committed
Merge branch 'core/core' into core/tag/v3.9.0
2 parents 0b2999f + c539b03 commit 8dd0170

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [labeled]
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9+
cancel-in-progress: true
10+
711
jobs:
812
comment:
913
if: contains(github.event.pull_request.labels.*.name, 'build')
@@ -37,4 +41,4 @@ jobs:
3741
comment-id: ${{ needs.comment.outputs.comment_id }}
3842
body: |
3943
### Download and install
40-
📦 [${{ needs.install.outputs.artifact_name }}.zip](${{ needs.install.outputs.artifact_url }})
44+
📦 [${{ needs.install.outputs.artifact_name }}.${{ needs.install.outputs.version }}.zip](${{ needs.install.outputs.artifact_url }})

0 commit comments

Comments
 (0)