Kaynağa Gözat

fix: con grup (#1220)

tsk 1 hafta önce
ebeveyn
işleme
26b2688c3e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .github/workflows/backport.yml

+ 2 - 2
.github/workflows/backport.yml

@@ -4,9 +4,9 @@ on:
     # Run on merge (close) or if label is added after merging
     types: [closed, labeled]
 
-# Set concurrency limit to a single backport workflow per branch
+# Set concurrency limit to a single backport workflow per PR
 concurrency:
-  group: ${{ github.workflow }}-${{ github.ref }}
+  group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
   cancel-in-progress: true
 
 jobs: