Add ref to push workflow concurrency group
To help distinguish from tag builds
This commit is contained in:
parent
1d6aa9a277
commit
daaa23e8e0
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
- v*
|
- v*
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user