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