We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01cfa1b + f8896f1 commit ab5ac0aCopy full SHA for ab5ac0a
.github/workflows/slo.yml
@@ -8,6 +8,8 @@ on:
8
workflow_dispatch:
9
jobs:
10
native:
11
+ concurrency:
12
+ group: slo-native-${{ github.ref }}
13
if: github.event.pull_request.head.repo.full_name == 'ydb-platform/ydb-go-sdk'
14
uses: ydb-platform/slo-tests/.github/workflows/slo.yml@main
15
secrets: inherit
@@ -18,6 +20,8 @@ jobs:
18
20
workload_build_options: -f Dockerfile --build-arg SRC_PATH=native
19
21
workload_build_context: ../..
22
database_sql:
23
24
+ group: slo-database-sql-${{ github.ref }}
25
26
27
0 commit comments