diff options
Diffstat (limited to '.github/workflows/benchmark.yml')
| -rw-r--r-- | .github/workflows/benchmark.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2e52d55a..30501b5b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -5,6 +5,10 @@ on: - main pull_request: +permissions: + pull-requests: write + contents: write + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true |
