fix: move the GRPC cache generation workflow into it's own concurrency group (#2071)

Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com>
This commit is contained in:
cryptk 2024-04-18 19:52:34 -05:00 committed by GitHub
parent e9448005a5
commit 852316c5a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ on:
- workflow_dispatch
concurrency:
group: ci-${{ github.head_ref || github.ref }}-${{ github.repository }}
group: grpc-cache-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs: