diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index e2522a00..27f4091b 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -12,6 +12,7 @@ concurrency: permissions: contents: write + pull-requests: write jobs: benchmark: @@ -52,4 +53,4 @@ jobs: alert-threshold: "200%" fail-on-alert: true benchmark-data-dir-path: benchmarks - auto-push: true + auto-push: ${{ !github.event.pull_request.head.repo.fork }} # Disable push for PRs from forks