File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments