Skip to content

Commit

Permalink
fix: move the GRPC cache generation workflow into it's own concurrenc…
Browse files Browse the repository at this point in the history
…y group (mudler#2071)

Signed-off-by: Chris Jowett <[email protected]>
  • Loading branch information
cryptk authored Apr 19, 2024
1 parent e944800 commit 852316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_grpc_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 852316c

Please sign in to comment.