mirror of
https://github.com/leejet/stable-diffusion.cpp
synced 2026-04-21 06:16:10 +02:00
ci: skip docker image build job on pull requests (#1439)
This commit is contained in:
parent
4d626d24b2
commit
3c99f700de
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -176,6 +176,7 @@ jobs:
|
||||
|
||||
build-and-push-docker-images:
|
||||
name: Build and push container images
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user