File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 BASE_IMAGE : ${{ needs.build-upstream-t5x.outputs.DOCKER_TAG_MEALKIT }}
136136 BASE_LIBRARY : t5x
137137 secrets : inherit
138-
138+
139139 build-upstream-pax :
140140 needs : build-jax
141141 uses : ./.github/workflows/_build.yaml
@@ -323,7 +323,7 @@ jobs:
323323 test-rosetta-t5x :
324324 needs : build-rosetta-t5x
325325 if : inputs.ARCHITECTURE == 'amd64' # no images for arm64
326- uses : ./.github/workflows/_test_t5x_rosetta .yaml
326+ uses : ./.github/workflows/_test_rosetta_t5x .yaml
327327 with :
328328 T5X_IMAGE : ${{ needs.build-rosetta-t5x.outputs.DOCKER_TAG_FINAL }}
329329 secrets : inherit
@@ -446,7 +446,7 @@ jobs:
446446 test-rosetta-pax :
447447 needs : build-rosetta-pax
448448 if : inputs.ARCHITECTURE == 'amd64' # no images for arm64
449- uses : ./.github/workflows/_test_pax_rosetta .yaml
449+ uses : ./.github/workflows/_test_rosetta_pax .yaml
450450 with :
451451 PAX_IMAGE : ${{ needs.build-rosetta-pax.outputs.DOCKER_TAG_FINAL }}
452452 secrets : inherit
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments