Skip to content
4 changes: 2 additions & 2 deletions .github/gh-config-template/gh_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#@ load("@ytt:data", "data")
#@ load("ytt-helpers.star", "helpers")
# test commit

name: unit-integration-tests

on:
Expand Down Expand Up @@ -189,4 +189,4 @@ jobs:
DB: mysql
run: |
"${GITHUB_WORKSPACE}"/ci/shared/tasks/run-bin-test/task.bash --keep-going --trace -r --fail-on-pending --randomize-all --nodes=7 --race --timeout 30m --flake-attempts 2
#@ end
#@ end
5 changes: 2 additions & 3 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: unit-integration-tests
on:
pull_request_target:
types:
- labeled
branches:
- test-gh-1
env:
MAPPING: |
build_nats_server=src/code.cloudfoundry.org/vendor/github.com/nats-io/nats-server/v2
Expand All @@ -27,7 +27,6 @@ env:
FUNCTIONS: ci/routing-release/helpers/configure-binaries.bash
jobs:
repo-clone:
if: github.event.label.name == 'ready-to-run'
runs-on: ubuntu-latest
steps:
- name: routing-release-repo
Expand Down
Loading