diff options
| author | Yong He <yonghe@outlook.com> | 2025-07-29 22:51:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-29 22:51:37 -0700 |
| commit | 42dc521f7817328a20e40b3352ae667dfd124edb (patch) | |
| tree | 0c8aba1f699c9dc2dfd056e22fb1ec064dadb466 | |
| parent | 4fdc967ebae5a85c7231db9d1279b7905c57a214 (diff) | |
Disable more CI workflows on master push. (#7983)
| -rw-r--r-- | .github/workflows/benchmark.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/check-cmdline-ref.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-formatting.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-toc.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/falcor-compiler-perf-test.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/falcor-test.yml | 8 |
6 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2bc30e4d6..7542c50d9 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,14 +1,6 @@ name: MDL Benchmark on: - push: - branches: [master] - paths-ignore: - - "docs/**" - - "LICENSES/**" - - "LICENSE" - - "CONTRIBUTING.md" - - "README.md" pull_request: branches: [master] paths-ignore: 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] diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 303e53e15..3c5d29b5c 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -1,8 +1,6 @@ name: Check Formatting (comment /format to auto-fix) on: - push: - branches: [master] pull_request: branches: [master] merge_group: 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: diff --git a/.github/workflows/falcor-compiler-perf-test.yml b/.github/workflows/falcor-compiler-perf-test.yml index 109230693..5852db4a5 100644 --- a/.github/workflows/falcor-compiler-perf-test.yml +++ b/.github/workflows/falcor-compiler-perf-test.yml @@ -3,14 +3,6 @@ name: Falcor Compiler Perf-Test on: - push: - branches: [master] - paths-ignore: - - "docs/**" - - "LICENSES/**" - - "LICENSE" - - "CONTRIBUTING.md" - - "README.md" pull_request: branches: [master] paths-ignore: diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml index ff9f2fb70..89c95dc82 100644 --- a/.github/workflows/falcor-test.yml +++ b/.github/workflows/falcor-test.yml @@ -1,14 +1,6 @@ name: Falcor Tests on: - push: - branches: [master] - paths-ignore: - - "docs/**" - - "LICENSES/**" - - "LICENSE" - - "CONTRIBUTING.md" - - "README.md" pull_request: branches: [master] paths-ignore: |
