From f99598da3777317e9dd89d5873ce74bcc5dca007 Mon Sep 17 00:00:00 2001 From: Terry Kong Date: Wed, 26 Mar 2025 11:46:01 -0700 Subject: [PATCH] ci: temporarily disable CI on main since PRs must be up to date before merge Signed-off-by: Terry Kong --- .github/workflows/cicd-main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd-main.yml b/.github/workflows/cicd-main.yml index 05dcefaf86..2d2255e7f2 100644 --- a/.github/workflows/cicd-main.yml +++ b/.github/workflows/cicd-main.yml @@ -28,9 +28,10 @@ on: default: all type: string description: Comma-separated list of tests to run. Use "all" to run the full test suite. - push: - branches: - - 'main' + # TODO: Due to limited compute, disabling pushes to main. This is okay to do since we force PRs to be up to date and the CI tests on pull/$PR_NUM/merge + #push: + # branches: + # - 'main' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event.label.name || 'main' }}