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..cebc8f050 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -1,8 +1,8 @@ +# test name: unit-integration-tests on: pull_request_target: - types: - - labeled + types: [labeled] env: MAPPING: | build_nats_server=src/code.cloudfoundry.org/vendor/github.com/nats-io/nats-server/v2