From befc95e8e8c98bf35f4d19e648cc01dc8af68672 Mon Sep 17 00:00:00 2001 From: Dmitrii Blaginin Date: Fri, 5 Sep 2025 08:49:05 +0100 Subject: [PATCH] MQ Test (#2019) --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f96de947..2e1da694 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ on: push: # When PR is in the Merge Queue, GitHub will create a temporary branch - but we already have a # CI running because of `merge_group` - # https://github.com/orgs/community/discussions/15254 + # See also: https://github.com/orgs/community/discussions/15254 branches-ignore: - 'gh-readonly-queue/**' pull_request: