Skip to content

Commit ab5ac0a

Browse files
authored
Merge pull request #731 from ydb-platform/slo-parallel
fix: slo parallel collision
2 parents 01cfa1b + f8896f1 commit ab5ac0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/slo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
workflow_dispatch:
99
jobs:
1010
native:
11+
concurrency:
12+
group: slo-native-${{ github.ref }}
1113
if: github.event.pull_request.head.repo.full_name == 'ydb-platform/ydb-go-sdk'
1214
uses: ydb-platform/slo-tests/.github/workflows/slo.yml@main
1315
secrets: inherit
@@ -18,6 +20,8 @@ jobs:
1820
workload_build_options: -f Dockerfile --build-arg SRC_PATH=native
1921
workload_build_context: ../..
2022
database_sql:
23+
concurrency:
24+
group: slo-database-sql-${{ github.ref }}
2125
if: github.event.pull_request.head.repo.full_name == 'ydb-platform/ydb-go-sdk'
2226
uses: ydb-platform/slo-tests/.github/workflows/slo.yml@main
2327
secrets: inherit

0 commit comments

Comments
 (0)