]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci: bench: fix Resource not accessible by integration on PR event (#6393)
authorPierrick Hymbert <redacted>
Sat, 30 Mar 2024 10:36:07 +0000 (11:36 +0100)
committerGitHub <redacted>
Sat, 30 Mar 2024 10:36:07 +0000 (12:36 +0200)
.github/workflows/bench.yml

index d62ff4786b9feaee807d40f19c3d8e660275d909..949d806f67bf4fadf55e7fb260931b4a0c0c849b 100644 (file)
@@ -25,7 +25,7 @@ on:
     branches:
       - master
     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]
     paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
   schedule:
@@ -143,7 +143,6 @@ jobs:
 
       - name: Commit status
         uses: Sibz/github-status-action@v1
-        continue-on-error: true # If not authorized on external repo
         with:
           authToken: ${{secrets.GITHUB_TOKEN}}
           sha: ${{ inputs.sha || github.event.pull_request.head.sha || github.sha }}