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