mirror of
https://github.com/TwiN/gatus.git
synced 2026-09-20 06:44:15 +00:00
ci: Prevent publish-latest workflow from running concurrently
This commit is contained in:
@@ -4,6 +4,8 @@ on:
|
||||
workflows: ["build"]
|
||||
branches: [master]
|
||||
types: [completed]
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
publish-latest:
|
||||
name: publish-latest
|
||||
|
||||
Reference in New Issue
Block a user