ci: skip docker image build job on pull requests (#1439)

This commit is contained in:
leejet 2026-04-18 15:25:04 +08:00 committed by GitHub
parent 4d626d24b2
commit 3c99f700de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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