Skip to content

Commit

Permalink
Fix job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang authored Nov 13, 2023
1 parent dbaba5b commit ccafb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
secrets: inherit

test-te:
needs: build-jax
needs: build-pax
if: inputs.ARCHITECTURE == 'amd64' # arm64 runners n/a
uses: ./.github/workflows/_test_te.yaml
with:
Expand Down Expand Up @@ -200,4 +200,4 @@ jobs:
# with:
# ROSETTA_T5X_IMAGE: ${{ needs.build-rosetta-t5x.outputs.DOCKER_TAGS }}
# secrets: inherit


0 comments on commit ccafb52

Please sign in to comment.