1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-04-27 22:58:44 +02:00

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

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