Skip to content

Commit

Permalink
disable docker CI on pull requests (ggerganov#8110)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored and MagnusS0 committed Jul 1, 2024
1 parent 6e44bb9 commit 0655b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name: Publish Docker image

on:
pull_request:
#pull_request:
push:
branches:
- master
Expand All @@ -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:
Expand Down

0 comments on commit 0655b4c

Please sign in to comment.