From 475fd61cd76fcf16549c291f112ed34cad3abe1f Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Fri, 14 Jun 2024 19:29:41 +1000 Subject: [PATCH] Do not run ci.yml on push to main (#1757) All commits should be submit via PR, and merge_queue already run ci.yml, with up-to-date source code. Signed-off-by: Jiahao XU --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f687113e..73496d8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,6 @@ on: - opened - reopened - synchronize - push: - branches: - - main - paths-ignore: - - README.md - - SUPPORT.md concurrency: group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }}