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