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.
2 parents 0b2999f + c539b03 commit 8dd0170Copy full SHA for 8dd0170
.github/workflows/pull-request.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [labeled]
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
comment:
13
if: contains(github.event.pull_request.labels.*.name, 'build')
@@ -37,4 +41,4 @@ jobs:
37
41
comment-id: ${{ needs.comment.outputs.comment_id }}
38
42
body: |
39
43
### 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