Skip to content

Commit 3c99f70

Browse files
authored
ci: skip docker image build job on pull requests (#1439)
1 parent 4d626d2 commit 3c99f70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
177177
build-and-push-docker-images:
178178
name: Build and push container images
179+
if: ${{ github.event_name != 'pull_request' }}
179180
runs-on: ubuntu-latest
180181

181182
permissions:

0 commit comments

Comments
 (0)