ci: Add missing concurrency.group parameter
This commit is contained in:
parent
37495ac3f3
commit
f6b99f34db
1
.github/workflows/publish-latest.yml
vendored
1
.github/workflows/publish-latest.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
branches: [master]
|
branches: [master]
|
||||||
types: [completed]
|
types: [completed]
|
||||||
concurrency:
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
publish-latest:
|
publish-latest:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user