Эх сурвалжийг харах

Add ref to push workflow concurrency group

To help distinguish from tag builds
arkon 2 жил өмнө
parent
commit
daaa23e8e0

+ 1 - 1
.github/workflows/build_push.yml

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