Skip to content

Commit c17da96

Browse files
authored
Merge pull request #748 from ydb-platform/noslolabel
ci: add label to skip slo tests
2 parents 616c5f5 + 4603afb commit c17da96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/slo.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
native:
1111
concurrency:
1212
group: slo-native-${{ github.ref }}
13-
if: github.event.pull_request.head.repo.full_name == 'ydb-platform/ydb-go-sdk'
13+
if: github.event.pull_request.head.repo.full_name == 'ydb-platform/ydb-go-sdk' &&
14+
!contains(github.event.pull_request.labels.*.name, 'no slo')
1415
uses: ydb-platform/slo-tests/.github/workflows/slo.yml@main
1516
secrets: inherit
1617
with:
@@ -22,7 +23,8 @@ jobs:
2223
database_sql:
2324
concurrency:
2425
group: slo-database-sql-${{ github.ref }}
25-
if: github.event.pull_request.head.repo.full_name == 'ydb-platform/ydb-go-sdk'
26+
if: github.event.pull_request.head.repo.full_name == 'ydb-platform/ydb-go-sdk' &&
27+
!contains(github.event.pull_request.labels.*.name, 'no slo')
2628
uses: ydb-platform/slo-tests/.github/workflows/slo.yml@main
2729
secrets: inherit
2830
with:

0 commit comments

Comments
 (0)