From 42dc521f7817328a20e40b3352ae667dfd124edb Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 29 Jul 2025 22:51:37 -0700 Subject: Disable more CI workflows on master push. (#7983) --- .github/workflows/check-toc.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows/check-toc.yml') diff --git a/.github/workflows/check-toc.yml b/.github/workflows/check-toc.yml index 71916ac81..1bf5aaa50 100644 --- a/.github/workflows/check-toc.yml +++ b/.github/workflows/check-toc.yml @@ -1,8 +1,6 @@ name: Check Table of Contents (comment /regenerate-toc to auto-fix) on: - push: - branches: [master] pull_request: branches: [master] jobs: -- cgit v1.2.3