Skip to content

Commit 11be08d

Browse files
committed
Merge branch 'main' of github.com:getyourguide/paparazzi-plugin into release-2025
2 parents 726940e + b1e852a commit 11be08d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
workflow_dispatch:
66

7+
concurrency:
8+
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
9+
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
10+
711
jobs:
812
maintenance_workflow:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)