The maven-3.9.x branch should fallback to maven-3.9.x branch of ITs

This commit is contained in:
Tamas Cservenak 2023-10-17 17:53:16 +02:00
parent 6e532cd249
commit 2bc44491af
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
run: |
set +e
repo=maven-integration-testing
target_branch=master
target_branch=maven-3.9.x
target_user=apache
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
user=${PR_HEAD_LABEL%:*}