mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-16 10:20:00 +01:00
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…
Reference in New Issue
Block a user