diff --git a/.github/workflows/check-test-project-fixture.yml b/.github/workflows/check-test-project-fixture.yml index d620052010a7..53c597a9b6dd 100644 --- a/.github/workflows/check-test-project-fixture.yml +++ b/.github/workflows/check-test-project-fixture.yml @@ -3,6 +3,7 @@ name: Check test project fixture on: pull_request: types: [opened, synchronize, reopened, labeled, unlabeled] + merge_group: # Cancel in-progress runs of this workflow. # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 867ee6a19388..1345d39344f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ name: ⚙️ CI on: - pull_request + pull_request: + merge_group: # Cancel in-progress runs of this workflow. # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow. diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 09e7c1b9b231..59611e9d3359 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,6 +17,7 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ main ] + merge_group: schedule: - cron: '42 5 * * 3' diff --git a/.github/workflows/require-release-label.yml b/.github/workflows/require-release-label.yml index 60e0bd86e38a..61b96f793367 100644 --- a/.github/workflows/require-release-label.yml +++ b/.github/workflows/require-release-label.yml @@ -3,6 +3,7 @@ name: 🏷 Require release label on: pull_request: types: [opened, synchronize, reopened, labeled, unlabeled] + merge_group: # Cancel in-progress runs of this workflow. # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.