Add ref to push workflow concurrency group

To help distinguish from tag builds
pull/7768/head
arkon 2 years ago
parent 1d6aa9a277
commit daaa23e8e0

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

Loading…
Cancel
Save