Skip to content

Commit 2e27a17

Browse files
committed
ci: Refactor maxtest tests
To comply with naming convention
1 parent c2525cf commit 2e27a17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@ jobs:
451451
PAX_IMAGE: ${{ needs.build-rosetta-pax.outputs.DOCKER_TAG_FINAL }}
452452
secrets: inherit
453453

454-
test-maxtext:
454+
test-upstream-maxtext:
455455
needs: build-upstream-maxtext
456456
if: inputs.ARCHITECTURE == 'amd64' # no images for arm64
457-
uses: ./.github/workflows/_test_maxtext.yaml
457+
uses: ./.github/workflows/_test_upstream_maxtext.yaml
458458
with:
459459
MAXTEXT_IMAGE: ${{ needs.build-upstream-maxtext.outputs.DOCKER_TAG_FINAL }}
460460
secrets: inherit

0 commit comments

Comments
 (0)