Skip to content

Commit

Permalink
Update .github/workflows/instructlab_baseimages_build_push.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Pereira <[email protected]>
  • Loading branch information
sallyom and Gregory-Pereira authored Apr 26, 2024
1 parent ad60cbf commit 1abe6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/instructlab_baseimages_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
registry: ${{ env.REGISTRY }}

build-and-push-image:
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests')"
if: "success() && !contains(github.event.pull_request.labels.*.name, 'hold-tests')"
needs: build-and-push-builder-image
strategy:
matrix:
Expand Down

0 comments on commit 1abe6c5

Please sign in to comment.