ci: Add missing concurrency.group parameter

This commit is contained in:
TwiN 2022-10-09 23:08:52 -04:00 committed by GitHub
parent 37495ac3f3
commit f6b99f34db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ on:
branches: [master]
types: [completed]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
publish-latest: