We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 827bd1b + 80bcf78 commit d3115b4Copy full SHA for d3115b4
.github/workflows/integration-tests.yml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
janky-token: '${{ secrets.API_AUTH_TOKEN }}'
38
job-name: '${{ matrix.jankyJobName }}'
39
- branch-name: '${{ env.TARGET_BRANCH }}'
+ branch-name: '${{ env.SOURCE_BRANCH }}'
40
force : "true"
41
- envVars: "JANKY_ENV_BACKUP_UTILS_BRANCH=${{ env.SOURCE_BRANCH }}"
+ # 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