misc(ci): correct right job name dependency

This commit is contained in:
Morgan Funtowicz 2025-01-09 11:21:32 +01:00
parent cf846aa900
commit 6aadb798bb

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