mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 04:37:25 +01:00
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*
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user