diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index dfd1e068..f38e5d85 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -1,8 +1,5 @@ name: Benchmarks on: - push: - branches: - - master pull_request: branches: - master @@ -52,4 +49,4 @@ jobs: alert-threshold: "200%" fail-on-alert: true benchmark-data-dir-path: benchmarks - auto-push: ${{ github.event_name != 'pull_request' }} + auto-push: false \ No newline at end of file