disable docker CI on pull requests (#8110)

This commit is contained in:
slaren 2024-06-25 19:20:06 +02:00 committed by GitHub
parent 925c30956d
commit dd047b476c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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: