Skip to content

Commit d3115b4

Browse files
authored
Merge pull request #650 from github/enterprise-3.9-backport-597-hap/set-enterprise2-branch-env-var
Backport 597 for 3.9: Set enterprise2 branch as env var
2 parents 827bd1b + 80bcf78 commit d3115b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
janky-token: '${{ secrets.API_AUTH_TOKEN }}'
3838
job-name: '${{ matrix.jankyJobName }}'
39-
branch-name: '${{ env.TARGET_BRANCH }}'
39+
branch-name: '${{ env.SOURCE_BRANCH }}'
4040
force : "true"
41-
envVars: "JANKY_ENV_BACKUP_UTILS_BRANCH=${{ env.SOURCE_BRANCH }}"
41+
# enterprise2 target branch is same as target branch for PR (either master or enterprise-[0-9]*.[0-9]*-release)
42+
envVars: "JANKY_ENV_BACKUP_UTILS_BRANCH=${{ env.SOURCE_BRANCH }},JANKY_ENV_ENTERPRISE2_BRANCH=${{ env.TARGET_BRANCH }}"

0 commit comments

Comments
 (0)