mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-15 19:05:46 +01:00
fix: con grup (#1220)
This commit is contained in:
4
.github/workflows/backport.yml
vendored
4
.github/workflows/backport.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user