misc(ci): correct right job name dependency

This commit is contained in:
Morgan Funtowicz 2025-01-09 11:21:32 +01:00
parent 7bde6d3b8f
commit d110ab2aa5

View File

@ -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 }}