Skip to content

Commit

Permalink
[MNG-7537] Point to the old IT branch when building 3.8.x (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 9, 2022
1 parent dc745c4 commit b89495e
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 @@ -64,7 +64,7 @@ jobs:
run: |
set +e
repo=maven-integration-testing
target_branch=master
target_branch=maven-3.8.x
target_user=apache
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
user=${PR_HEAD_LABEL%:*}
Expand Down

0 comments on commit b89495e

Please sign in to comment.