Skip to content

Commit 034e5c5

Browse files
authored
prefix smoketest workflows concurrency group names to prevent deadlock (#776)
1 parent f906131 commit 034e5c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sdk-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- prod
1818

1919
concurrency:
20-
group: ${{ github.event_name == 'pull_request' && 'dev' || inputs.environment }}
20+
group: api-client-ts-${{ github.event_name == 'pull_request' && 'dev' || inputs.environment }}
2121

2222
jobs:
2323
smoke-and-coverage:

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- prod
2525

2626
concurrency:
27-
group: ${{ inputs.environment }}
27+
group: api-client-ts-${{ inputs.environment }}
2828

2929
jobs:
3030
smoke-tests:

0 commit comments

Comments
 (0)