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]
|
||||
types: [completed]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
publish-latest:
|
||||
|
Loading…
x
Reference in New Issue
Block a user