Skip to content

Commit 58e8b7f

Browse files
authored
Merge pull request #489 from kart2bc/pr-test-label
gh action - pr only for develop branch with label action
2 parents 5cf4219 + 903f2bc commit 58e8b7f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
DIR: #@ "src/code.cloudfoundry.org/{}".format(package.name)
102102
DB: mysql
103103
run: |
104-
"${GITHUB_WORKSPACE}"/ci/routing-release/helpers/configure-binaries.bash
105104
"${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
106105
#@ end
107106
test-repos-withoutdb:

.github/workflows/tests-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
DIR: src/code.cloudfoundry.org/gorouter
9696
DB: mysql
9797
run: |
98-
"${GITHUB_WORKSPACE}"/ci/routing-release/helpers/configure-binaries.bash
9998
"${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
10099
- name: cf-tcp-router-mysql
101100
env:

0 commit comments

Comments
 (0)