diff --git a/.github/gh-config-template/gh_template.yml b/.github/gh-config-template/gh_template.yml index eb5bd4c8f..2a8c8687d 100644 --- a/.github/gh-config-template/gh_template.yml +++ b/.github/gh-config-template/gh_template.yml @@ -1,6 +1,6 @@ #@ load("@ytt:data", "data") #@ load("ytt-helpers.star", "helpers") -# test commit + name: unit-integration-tests on: @@ -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 \ No newline at end of file +#@ end diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index 1f3090669..8096ca9a9 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -1,8 +1,9 @@ +#test 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 @@ -27,7 +28,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