]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : try win-2019 on server windows test (#7854)
authorslaren <redacted>
Mon, 10 Jun 2024 12:18:41 +0000 (14:18 +0200)
committerGitHub <redacted>
Mon, 10 Jun 2024 12:18:41 +0000 (15:18 +0300)
.github/workflows/server.yml

index 0789efd18a1ab59ceed12f5412e97e3916a9ffba..0d16ef5f110f9ce3ff2961840f4540d4f0b20378 100644 (file)
@@ -16,11 +16,9 @@ on:
     branches:
       - master
     paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/**.*']
-  pull_request_target:
+  pull_request:
     types: [opened, synchronize, reopened]
     paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/**.*']
-  schedule:
-    -  cron: '2 4 * * *'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
@@ -115,7 +113,7 @@ jobs:
 
 
   server-windows:
-    runs-on: windows-latest
+    runs-on: windows-2019
 
     steps:
       - name: Clone