]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
disable docker CI on pull requests (#8110)
authorslaren <redacted>
Tue, 25 Jun 2024 17:20:06 +0000 (19:20 +0200)
committerGitHub <redacted>
Tue, 25 Jun 2024 17:20:06 +0000 (19:20 +0200)
.github/workflows/docker.yml

index b3efe0084fe15a0f49aac6576a5eb539026b42f7..01f1a452275279b17ea37ea7f27d45227b47c24a 100644 (file)
@@ -10,7 +10,7 @@
 name: Publish Docker image
 
 on:
-  pull_request:
+  #pull_request:
   push:
     branches:
       - master
@@ -22,7 +22,7 @@ concurrency:
 jobs:
   push_to_registry:
     name: Push Docker image to Docker Hub
-    if: github.event.pull_request.draft == false
+    #if: github.event.pull_request.draft == false
 
     runs-on: ubuntu-latest
     env: