Skip to content

Commit

Permalink
Changed benchmark workflow trigger and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Oct 29, 2023
1 parent 05249ef commit 2cb0595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Benchmark Suite

on:
pull_request_target:
types:
- opened
- synchronize
pull_request:
paths:
- '.github/workflows/**'
- 'src/adapter/**'
Expand All @@ -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 }}
Expand Down

0 comments on commit 2cb0595

Please sign in to comment.