From 51262756c0718bd592c731af839d1f80325f8765 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Wed, 8 Jan 2025 14:37:53 +0100 Subject: [PATCH] misc(ci): try the permission above again? --- .github/workflows/build_trtllm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}