mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Cancel in progress only if different event than merge (#18530)
As title
This commit is contained in:
parent
1656bb5568
commit
4370788023
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-merge-queue.yaml
vendored
2
.github/workflows/ci-merge-queue.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue