From b17318586db705ecfa2fb69d836d201464a5fceb Mon Sep 17 00:00:00 2001 From: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:25:20 +0100 Subject: [PATCH] Don't run CI on gh-readonly-queue/master (merge group does it already) (#11461) * Don't run CI on gh-readonly-queue/master (merge group does it already) Don't run both of these rules together as they conflict with each other and cancel each other out * Update .github/workflows/ci_suite.yml --- .github/workflows/ci_suite.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 99e1770b3ecd4..cd51cce24a037 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -4,8 +4,6 @@ on: branches: - master - 'project/**' - - 'gh-readonly-queue/master/**' - - 'gh-readonly-queue/project/**' pull_request: branches: - master