diff --git a/.github/workflows/test-benchmark.yml b/.github/workflows/test-benchmark.yml index 5087911b3..65f93c92d 100644 --- a/.github/workflows/test-benchmark.yml +++ b/.github/workflows/test-benchmark.yml @@ -1,10 +1,7 @@ name: Benchmark Suite on: - pull_request_target: - types: - - opened - - synchronize + pull_request: paths: - '.github/workflows/**' - 'src/adapter/**' @@ -14,6 +11,9 @@ on: - 'composer.json' - 'composer.lock' +permissions: + issues: write + # See https://stackoverflow.com/a/72408109 concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}