Skip to content

Commit 8d7af4a

Browse files
committed
temporary thing, after merging odh/main we'll not have chains anyways
1 parent 8af514b commit 8d7af4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
IMAGE_TAG: "${{ steps.calculated_vars.outputs.IMAGE_TAG }}"
285285
CONTAINER_BUILD_CACHE_ARGS: "--cache-from ${{ env.CACHE }} --cache-to ${{ env.CACHE }}"
286286
# dependent images were already built and pushed, so just let podman pull it
287-
BUILD_DEPENDENT_IMAGES: "no"
287+
BUILD_DEPENDENT_IMAGES: "yes"
288288
- name: "pull_request: make ${{ inputs.target }}"
289289
run: |
290290
make ${{ inputs.target }}

0 commit comments

Comments
 (0)