summaryrefslogtreecommitdiff
path: root/.github/workflows/check-cmdline-ref.yml
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-07-29 22:51:37 -0700
committerGitHub <noreply@github.com>2025-07-29 22:51:37 -0700
commit42dc521f7817328a20e40b3352ae667dfd124edb (patch)
tree0c8aba1f699c9dc2dfd056e22fb1ec064dadb466 /.github/workflows/check-cmdline-ref.yml
parent4fdc967ebae5a85c7231db9d1279b7905c57a214 (diff)
Disable more CI workflows on master push. (#7983)
Diffstat (limited to '.github/workflows/check-cmdline-ref.yml')
-rw-r--r--.github/workflows/check-cmdline-ref.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/check-cmdline-ref.yml b/.github/workflows/check-cmdline-ref.yml
index 95aba65b7..48b1e65eb 100644
--- a/.github/workflows/check-cmdline-ref.yml
+++ b/.github/workflows/check-cmdline-ref.yml
@@ -1,8 +1,6 @@
name: Check Command Line Reference (comment /regenerate-cmdline-ref to auto-fix)
on:
- push:
- branches: [master]
pull_request:
branches: [master]