From 5b5d5a6f1a1778923c2e727498ed0fc5eea92d81 Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Sat, 12 Oct 2024 07:06:07 -0700 Subject: [PATCH] [ci] Don't run on push (#1882) We already have the merge queue; running on push is redundant. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b86152cbf6..6101661938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,6 @@ name: Build & Tests on: pull_request: - push: - branches: - - main - - v0.6.x merge_group: permissions: read-all