From 630995759b0dfd8956768b23670d89a2071b333c Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Tue, 7 Jan 2025 17:36:22 +0100 Subject: [PATCH] misc(ci): once more? --- .github/workflows/build_trtllm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index faa9c606..b48cbb9f 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -19,12 +19,12 @@ on: description: "Label generated for this build" value: ${{ jobs.build-and-push.outputs.label }} -permissions: - contents: read # Required to check out repository. - id-token: write # Required to authenticate via OIDC. - jobs: build-and-push: + permissions: + contents: read # Required to check out repository. + id-token: write # Required to authenticate via OIDC. + concurrency: group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }} outputs: