Skip to content

Commit

Permalink
ci(benchmark): revert to using pull_request_target (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 14, 2022
1 parent 1200831 commit d6d12e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Benchmark

on:
pull_request:
pull_request_target:
types: [labeled]

jobs:
Expand All @@ -23,7 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
persist-credentials: false
ref: ${{github.event.pull_request.head.sha}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- uses: actions/setup-node@v2
Expand Down

0 comments on commit d6d12e5

Please sign in to comment.