File tree Expand file tree Collapse file tree 7 files changed +0
-13
lines changed Expand file tree Collapse file tree 7 files changed +0
-13
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'))
1514 steps :
1615 - name : Install Go
1716 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'))
1110 runs-on : ubuntu-latest
1211 steps :
1312 - 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'))
1514 strategy :
1615 matrix :
1716 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'))
3433 runs-on : ubuntu-latest
3534 permissions :
3635 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'))
1514 runs-on : ubuntu-latest
1615 strategy :
1716 fail-fast : false
5150 concurrency :
5251 group : basic-postgres-${{ matrix.application }}-${{ github.ref }}
5352 cancel-in-progress : true
54- if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
5553 runs-on : ubuntu-latest
5654 strategy :
5755 fail-fast : false
8886 concurrency :
8987 group : basic-sqlite-${{ matrix.application }}-${{ github.ref }}
9088 cancel-in-progress : true
91- if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
9289 runs-on : ubuntu-latest
9390 strategy :
9491 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'))
1817 runs-on : ubuntu-latest
1918 steps :
2019 - uses : actions/checkout@v3
2827 concurrency :
2928 group : lint-golangci-examples-${{ github.ref }}
3029 cancel-in-progress : true
31- if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
3230 runs-on : ubuntu-latest
3331 steps :
3432 - uses : actions/checkout@v3
4543 concurrency :
4644 group : lint-golangci-slo-${{ github.ref }}
4745 cancel-in-progress : true
48- if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
4946 runs-on : ubuntu-latest
5047 steps :
5148 - uses : actions/checkout@v3
6259 concurrency :
6360 group : lint-autoformat-${{ github.ref }}
6461 cancel-in-progress : true
65- if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
6662 runs-on : ubuntu-latest
6763 steps :
6864 - 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'))
1514 strategy :
1615 fail-fast : false
1716 matrix :
4140 concurrency :
4241 group : integration-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
4342 cancel-in-progress : true
44- if : (!contains(github.event.pull_request.labels.*.name, 'slo only'))
4543 runs-on : ubuntu-latest
4644 strategy :
4745 fail-fast : false
You can’t perform that action at this time.
0 commit comments