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 /.github/workflows/benchmark.yml | |
| parent | 4fdc967ebae5a85c7231db9d1279b7905c57a214 (diff) | |
Disable more CI workflows on master push. (#7983)
Diffstat (limited to '.github/workflows/benchmark.yml')
| -rw-r--r-- | .github/workflows/benchmark.yml | 8 |
1 files changed, 0 insertions, 8 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: |
