File tree Expand file tree Collapse file tree 7 files changed +13
-0
lines changed Expand file tree Collapse file tree 7 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1111 group : broken-changes-${{ github.ref }}
1212 cancel-in-progress : true
1313 runs-on : ubuntu-latest
14+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
1415 steps :
1516 - name : Install Go
1617 uses : actions/setup-go@v3
Original file line number Diff line number Diff line change 77 concurrency :
88 group : changelog-${{ github.ref }}
99 cancel-in-progress : true
10+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
1011 runs-on : ubuntu-latest
1112 steps :
1213 - name : Checkout sources
Original file line number Diff line number Diff line change 1111 concurrency :
1212 group : codegen-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
1313 cancel-in-progress : true
14+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
1415 strategy :
1516 matrix :
1617 os : [ ubuntu-latest ]
Original file line number Diff line number Diff line change 3030 concurrency :
3131 group : codeql-${{ github.ref }}
3232 cancel-in-progress : true
33+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
3334 runs-on : ubuntu-latest
3435 permissions :
3536 actions : read
Original file line number Diff line number Diff line change 1111 concurrency :
1212 group : basic-ydb-${{ github.ref }}-${{ matrix.ydb-version }}-${{ matrix.application }}
1313 cancel-in-progress : true
14+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
1415 runs-on : ubuntu-latest
1516 strategy :
1617 fail-fast : false
5051 concurrency :
5152 group : basic-postgres-${{ matrix.application }}-${{ github.ref }}
5253 cancel-in-progress : true
54+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
5355 runs-on : ubuntu-latest
5456 strategy :
5557 fail-fast : false
8688 concurrency :
8789 group : basic-sqlite-${{ matrix.application }}-${{ github.ref }}
8890 cancel-in-progress : true
91+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
8992 runs-on : ubuntu-latest
9093 strategy :
9194 fail-fast : false
Original file line number Diff line number Diff line change 1414 concurrency :
1515 group : lint-golangci-${{ github.ref }}
1616 cancel-in-progress : true
17+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
1718 runs-on : ubuntu-latest
1819 steps :
1920 - uses : actions/checkout@v3
2728 concurrency :
2829 group : lint-golangci-examples-${{ github.ref }}
2930 cancel-in-progress : true
31+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
3032 runs-on : ubuntu-latest
3133 steps :
3234 - uses : actions/checkout@v3
4345 concurrency :
4446 group : lint-golangci-slo-${{ github.ref }}
4547 cancel-in-progress : true
48+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
4649 runs-on : ubuntu-latest
4750 steps :
4851 - uses : actions/checkout@v3
5962 concurrency :
6063 group : lint-autoformat-${{ github.ref }}
6164 cancel-in-progress : true
65+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
6266 runs-on : ubuntu-latest
6367 steps :
6468 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1111 concurrency :
1212 group : unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
1313 cancel-in-progress : true
14+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
1415 strategy :
1516 fail-fast : false
1617 matrix :
4041 concurrency :
4142 group : integration-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
4243 cancel-in-progress : true
44+ if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
4345 runs-on : ubuntu-latest
4446 strategy :
4547 fail-fast : false
You can’t perform that action at this time.
0 commit comments