Skip to content

Commit 37e7854

Browse files
authored
ci: bench: fix Resource not accessible by integration on PR event (#6393)
1 parent c342d07 commit 37e7854

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bench.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
branches:
2626
- master
2727
paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
28-
pull_request:
28+
pull_request_target:
2929
types: [opened, synchronize, reopened]
3030
paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
3131
schedule:
@@ -143,7 +143,6 @@ jobs:
143143
144144
- name: Commit status
145145
uses: Sibz/github-status-action@v1
146-
continue-on-error: true # If not authorized on external repo
147146
with:
148147
authToken: ${{secrets.GITHUB_TOKEN}}
149148
sha: ${{ inputs.sha || github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)