diff --git a/.github/workflows/ci:build.yml b/.github/workflows/ci:build.yml index 03570accc..ed74995ad 100644 --- a/.github/workflows/ci:build.yml +++ b/.github/workflows/ci:build.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/ci:lint.yml b/.github/workflows/ci:lint.yml index d49a709a2..415ccd5dd 100644 --- a/.github/workflows/ci:lint.yml +++ b/.github/workflows/ci:lint.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/ci:test.yml b/.github/workflows/ci:test.yml index 22eff3206..9f581a9e0 100644 --- a/.github/workflows/ci:test.yml +++ b/.github/workflows/ci:test.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/ci:type-check.yml b/.github/workflows/ci:type-check.yml index 7c6bba9d6..7d916e1c6 100644 --- a/.github/workflows/ci:type-check.yml +++ b/.github/workflows/ci:type-check.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9fce04a75..1c3fd2437 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: schedule: - cron: '0 2 * * 0' diff --git a/.github/workflows/snyk-analysis.yml b/.github/workflows/snyk-analysis.yml index b59e58ec2..25f7e1436 100644 --- a/.github/workflows/snyk-analysis.yml +++ b/.github/workflows/snyk-analysis.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: schedule: - cron: '0 2 * * 0'