From 7003671cde86d2a7cf8332de818b93e71e1740de Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Wed, 9 Jul 2025 10:08:05 +0200 Subject: [PATCH] fix: Regression caused by benchmarks CI keeps failing for external pull requests as GH's permission model was not fully accounted for --- .github/workflows/bench-primitives.yml | 2 +- .github/workflows/bench-protocol.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench-primitives.yml b/.github/workflows/bench-primitives.yml index f7cb710..b4d9da4 100644 --- a/.github/workflows/bench-primitives.yml +++ b/.github/workflows/bench-primitives.yml @@ -4,7 +4,7 @@ permissions: contents: write on: - pull_request: + #pull_request: push: env: diff --git a/.github/workflows/bench-protocol.yml b/.github/workflows/bench-protocol.yml index 6f7a809..93c9864 100644 --- a/.github/workflows/bench-protocol.yml +++ b/.github/workflows/bench-protocol.yml @@ -4,7 +4,7 @@ permissions: contents: write on: - pull_request: + #pull_request: push: env: