ci: Prevent publish-latest workflow from running concurrently

This commit is contained in:
TwiN 2022-10-09 23:02:05 -04:00
parent 557f696f88
commit 37495ac3f3

View File

@ -4,6 +4,8 @@ on:
workflows: ["build"]
branches: [master]
types: [completed]
concurrency:
cancel-in-progress: true
jobs:
publish-latest:
name: publish-latest