diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bd50811fae662..ebe1a2907111b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -2,9 +2,6 @@ name: Benchmark on: pull_request: - branches: ['*'] - paths: - - .github/workflows/benchmark.yml schedule: - cron: '0 4 * * 1-5' # Mon-Fri 4AM UTC workflow_dispatch: {}