Cancel in progress only if different event than merge (#18530)

As title
This commit is contained in:
Thomas Trompette
2026-03-10 14:25:35 +01:00
committed by GitHub
parent 1656bb5568
commit 4370788023
+1 -1
View File
@@ -11,7 +11,7 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'merge_group' && github.event.merge_group.base_ref || github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name != 'merge_group' }}
jobs:
e2e-test: