From dae3b668c83cabbeb3947d624a928a465e709f86 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:58:49 -0700 Subject: [PATCH] ci: Eliminate redundant builds on merge-queue branches --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c980486..f56c40ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,7 @@ on: push: branches-ignore: - 'release-plz-**' + - 'gh-readonly-queue/**' workflow_dispatch: merge_group: types: [checks_requested]