mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
fix: Regression caused by benchmarks
CI keeps failing for external pull requests as GH's permission model was not fully accounted for
This commit is contained in:
2
.github/workflows/bench-primitives.yml
vendored
2
.github/workflows/bench-primitives.yml
vendored
@@ -4,7 +4,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
#pull_request:
|
||||
push:
|
||||
|
||||
env:
|
||||
|
||||
2
.github/workflows/bench-protocol.yml
vendored
2
.github/workflows/bench-protocol.yml
vendored
@@ -4,7 +4,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
#pull_request:
|
||||
push:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user