From aead86bc96df5e0788e79d5f365f3e4bb43c20fe Mon Sep 17 00:00:00 2001 From: Loren Segal Date: Mon, 18 Nov 2024 17:14:57 -0800 Subject: [PATCH] fix --- .github/workflows/cli_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli_integration.yml b/.github/workflows/cli_integration.yml index 3c5b43ad7..a749ff9f3 100644 --- a/.github/workflows/cli_integration.yml +++ b/.github/workflows/cli_integration.yml @@ -27,7 +27,7 @@ jobs: name: Build Release CLI runs-on: ubuntu-latest concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} cancel-in-progress: true steps: - name: Checkout cloud