Skip to content

Commit

Permalink
The maven-3.9.x branch should fallback to maven-3.9.x branch of ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 17, 2023
1 parent 6e532cd commit 2bc4449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%:*}
Expand Down

0 comments on commit 2bc4449

Please sign in to comment.