mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 02:44:36 +00:00
ci: bench: fix Resource not accessible by integration on PR event (#6393)
This commit is contained in:
parent
c342d070c6
commit
37e7854c10
3
.github/workflows/bench.yml
vendored
3
.github/workflows/bench.yml
vendored
@ -25,7 +25,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
|
paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
|
paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
|
||||||
schedule:
|
schedule:
|
||||||
@ -143,7 +143,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit status
|
- name: Commit status
|
||||||
uses: Sibz/github-status-action@v1
|
uses: Sibz/github-status-action@v1
|
||||||
continue-on-error: true # If not authorized on external repo
|
|
||||||
with:
|
with:
|
||||||
authToken: ${{secrets.GITHUB_TOKEN}}
|
authToken: ${{secrets.GITHUB_TOKEN}}
|
||||||
sha: ${{ inputs.sha || github.event.pull_request.head.sha || github.sha }}
|
sha: ${{ inputs.sha || github.event.pull_request.head.sha || github.sha }}
|
||||||
|
Loading…
Reference in New Issue
Block a user