diff --git a/.github/workflows/merege_queue.yml b/.github/workflows/merege_queue.yml index 71574ceb..a7cc169a 100644 --- a/.github/workflows/merege_queue.yml +++ b/.github/workflows/merege_queue.yml @@ -1,6 +1,6 @@ name: Run system and e2e tests -on: merge_queue +on: merge_group # Cancel previous runs on the same branch \ PR number if they are still running # From: https://stackoverflow.com/a/72408109