We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2525cf commit 2e27a17Copy full SHA for 2e27a17
.github/workflows/_ci.yaml
@@ -451,10 +451,10 @@ jobs:
451
PAX_IMAGE: ${{ needs.build-rosetta-pax.outputs.DOCKER_TAG_FINAL }}
452
secrets: inherit
453
454
- test-maxtext:
+ test-upstream-maxtext:
455
needs: build-upstream-maxtext
456
if: inputs.ARCHITECTURE == 'amd64' # no images for arm64
457
- uses: ./.github/workflows/_test_maxtext.yaml
+ uses: ./.github/workflows/_test_upstream_maxtext.yaml
458
with:
459
MAXTEXT_IMAGE: ${{ needs.build-upstream-maxtext.outputs.DOCKER_TAG_FINAL }}
460
.github/workflows/_test_maxtext.yaml renamed to .github/workflows/_test_upstream_maxtext.yaml
0 commit comments