diff --git a/.github/workflows/build-nix.yml b/.github/workflows/build-nix.yml index 19c03a338..0c8182e67 100644 --- a/.github/workflows/build-nix.yml +++ b/.github/workflows/build-nix.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 577b7bce5..fb4812cf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ name: build on: push: pull_request: + merge_group: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9780fec10..564960f0c 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 5c3844f00..dd2e48344 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -2,6 +2,7 @@ name: Enable auto-merge for Dependabot PRs on: pull_request: + merge_group: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}