Browse Source

Add ref to push workflow concurrency group

To help distinguish from tag builds
arkon 2 năm trước cách đây
mục cha
commit
daaa23e8e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/build_push.yml

+ 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: