mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-07 07:02:22 +02:00
ci : do not run on drafts
This commit is contained in:
@@ -18,6 +18,8 @@ on:
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to Docker Hub
|
||||
if: github.event.pull_request.draft == false
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
COMMIT_SHA: ${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user