diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index e199b6e9e83..6994214b507 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -15,14 +15,14 @@ on: description: "Label generated for this build" value: ${{ jobs.build-and-push.outputs.label }} -jobs: - build-and-push: permissions: contents: read # Required to check out repository. id-token: write # Required to authenticate via OIDC. +jobs: + build-and-push: concurrency: - group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }} outputs: docker_image: ${{ steps.final.outputs.docker_image }} label: ${ steps.final.outputs.label }}