From 48b3c4f22b9e10fafab3c23bbc903f146523302b Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Mon, 4 Nov 2024 08:29:58 +0800 Subject: [PATCH] Comment out CI runs on pull requests since already runs on all pushes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be764649..c6282bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ name: CI on: push: branches: [ "*" ] - pull_request: - branches: [ "*" ] +# pull_request: +# branches: [ "*" ] jobs: check: