From 677991ef8bceb0b7e9a110694f3c6931a34ddbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Wed, 15 Feb 2023 10:27:41 +0100 Subject: [PATCH] Fix wildcard used to filter queue --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd2fd85cdce3..370b66854051 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ on: tags: - '*' branches-ignore: - - 'gh-readonly-queue/*' + - 'gh-readonly-queue/**' pull_request: merge_group: schedule: