Skip to content

Commit

Permalink
misc(ci): correct right job name dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 9, 2025
1 parent cf846aa commit 6aadb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trtllm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
secrets: inherit

run-tests:
needs: build-and-push
needs: build-backend
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on:
group: aws-g6-12xl-plus-priv-cache
container:
image: ${{ needs.build-and-push.outputs.docker_image }}
image: ${{ needs.build-backend.outputs.docker_image }}
credentials:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
Expand Down

0 comments on commit 6aadb79

Please sign in to comment.