Add ref to push workflow concurrency group

To help distinguish from tag builds
This commit is contained in:
arkon 2022-08-14 11:31:05 -04:00
parent 1d6aa9a277
commit daaa23e8e0

View File

@ -7,7 +7,7 @@ on:
- v*
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: