File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 11# @ load("@ytt:data", "data")
22# @ load("ytt-helpers.star", "helpers")
3-
43name : unit-integration-tests
54
65on :
7-
8- pull_request_target :
9- branches :
10- - develop
11- types :
12- - opened
13- - reopened
14- - synchronize
6+ pull_request_target :
7+ types :
8+ - labeled
159
1610env :
1711 MAPPING : |
3832
3933jobs :
4034 repo-clone :
35+ if : github.event.label.name == 'ready-to-run'
4136 runs-on : ubuntu-latest
4237 steps :
4338 - name : routing-release-repo
Original file line number Diff line number Diff line change 11name : unit-integration-tests
22on :
33 pull_request_target :
4- branches :
5- - develop
64 types :
7- - opened
8- - reopened
9- - synchronize
5+ - labeled
106env :
117 MAPPING : |
128 build_nats_server=src/code.cloudfoundry.org/vendor/github.com/nats-io/nats-server/v2
3127 FUNCTIONS : ci/routing-release/helpers/configure-binaries.bash
3228jobs :
3329 repo-clone :
30+ if : github.event.label.name == 'ready-to-run'
3431 runs-on : ubuntu-latest
3532 steps :
3633 - name : routing-release-repo
You can’t perform that action at this time.
0 commit comments