Skip to content

Commit ad40b0f

Browse files
committed
fix concurrency
1 parent 399e4d3 commit ad40b0f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/sdk-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
- dev
1717
- prod
1818

19+
concurrency:
20+
group: ${{ github.event_name == 'pull_request' && 'dev' || inputs.environment }}
21+
1922
jobs:
2023
smoke-and-coverage:
2124
runs-on: ubuntu-latest

.github/workflows/smoke-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
- dev
2424
- prod
2525

26+
concurrency:
27+
group: ${{ inputs.environment }}
28+
2629
jobs:
2730
smoke-tests:
2831
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)