From ccf18b33a22523b5777ebf16fdce72d7cec7e927 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Mon, 6 Jan 2025 16:24:10 +0100 Subject: [PATCH] misc(ci): gogogo --- .github/workflows/build_trtllm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index b53e9892..14e4c54f 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -26,6 +26,9 @@ permissions: jobs: build-and-push: + concurrency: + group: ${{ github.workflow }}-trtllm-${{ github.head_ref || github.run_id }} + cancel-in-progress: true runs-on: group: aws-highmemory-64-plus-priv steps: @@ -131,7 +134,7 @@ jobs: tests: needs: build-and-push concurrency: - group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }} + 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