From fdf1fba5c58e6b7e9cd4e5665588947e38e03723 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Thu, 15 May 2025 22:08:00 +0200 Subject: [PATCH] Update pr_pre-commit.yaml.j2 pre commit needs to run in merge queue as well --- template/.github/workflows/pr_pre-commit.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/template/.github/workflows/pr_pre-commit.yaml.j2 b/template/.github/workflows/pr_pre-commit.yaml.j2 index f1ccac91..7c525681 100644 --- a/template/.github/workflows/pr_pre-commit.yaml.j2 +++ b/template/.github/workflows/pr_pre-commit.yaml.j2 @@ -3,6 +3,7 @@ name: pre-commit on: pull_request: + merge_group: env: CARGO_TERM_COLOR: always