Skip to content

Commit 581aca1

Browse files
authored
Merge branch 'test-gh-1' into gh-pr-develop-only
2 parents 51aacf3 + 87ae403 commit 581aca1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/gh-config-template/gh_template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#@ load("@ytt:data", "data")
22
#@ load("ytt-helpers.star", "helpers")
3-
3+
# test commit
44
name: unit-integration-tests
55

66
on:
77

8+
89
pull_request_target:
910
branches:
1011
- develop

.github/workflows/tests-workflow.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: unit-integration-tests
22
on:
33
pull_request_target:
4-
branches:
5-
- develop
64
types:
7-
- opened
8-
- reopened
9-
- synchronize
5+
- labeled
106
env:
117
MAPPING: |
128
build_nats_server=src/code.cloudfoundry.org/vendor/github.com/nats-io/nats-server/v2
@@ -31,6 +27,7 @@ env:
3127
FUNCTIONS: ci/routing-release/helpers/configure-binaries.bash
3228
jobs:
3329
repo-clone:
30+
if: github.event.label.name == 'ready-to-run'
3431
runs-on: ubuntu-latest
3532
steps:
3633
- name: routing-release-repo

0 commit comments

Comments
 (0)