File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 unit :
15+ if : (!contains(github.event.pull_request.labels.*.name, 'no tests'))
1516 concurrency :
1617 group : unit-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
1718 cancel-in-progress : true
4344 env :
4445 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4546 integration :
47+ if : (!contains(github.event.pull_request.labels.*.name, 'no tests'))
4648 concurrency :
4749 group : integration-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
4850 cancel-in-progress : true
9698 env :
9799 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
98100 experiment :
101+ if : (!contains(github.event.pull_request.labels.*.name, 'no tests'))
99102 concurrency :
100103 group : experiment-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
101104 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments