We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51aacf3 + 87ae403 commit 581aca1Copy full SHA for 581aca1
.github/gh-config-template/gh_template.yml
@@ -1,10 +1,11 @@
1
#@ load("@ytt:data", "data")
2
#@ load("ytt-helpers.star", "helpers")
3
-
+# test commit
4
name: unit-integration-tests
5
6
on:
7
8
+
9
pull_request_target:
10
branches:
11
- develop
.github/workflows/tests-workflow.yml
@@ -1,12 +1,8 @@
- branches:
- - develop
types:
- - opened
- - reopened
- - synchronize
+ - labeled
env:
MAPPING: |
12
build_nats_server=src/code.cloudfoundry.org/vendor/github.com/nats-io/nats-server/v2
@@ -31,6 +27,7 @@ env:
31
27
FUNCTIONS: ci/routing-release/helpers/configure-binaries.bash
32
28
jobs:
33
29
repo-clone:
30
+ if: github.event.label.name == 'ready-to-run'
34
runs-on: ubuntu-latest
35
steps:
36
- name: routing-release-repo
0 commit comments