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

View File

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