tsk před 1 týdnem
rodič
revize
26b2688c3e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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: