From 3dddc627499ae39d5feb46e13d30430f3404e2f3 Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Wed, 29 Nov 2023 01:48:43 +0100 Subject: [PATCH] :woman_technologist: dx: Run GHA workflows for PRs in merge queue. --- .github/workflows/ci:build.yml | 1 + .github/workflows/ci:lint.yml | 1 + .github/workflows/ci:test.yml | 1 + .github/workflows/ci:type-check.yml | 1 + .github/workflows/codeql-analysis.yml | 1 + .github/workflows/snyk-analysis.yml | 1 + 6 files changed, 6 insertions(+) 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'