File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 37
37
janky-token : ' ${{ secrets.API_AUTH_TOKEN }}'
38
38
job-name : ' ${{ matrix.jankyJobName }}'
39
39
branch-name : ' ${{ env.SOURCE_BRANCH }}'
40
+ force : ' false'
40
41
# enterprise2 target branch is same as target branch for PR (either master or enterprise-[0-9]*.[0-9]*-release)
41
42
envVars : " JANKY_ENV_BACKUP_UTILS_BRANCH=${{ env.SOURCE_BRANCH }},JANKY_ENV_ENTERPRISE2_BRANCH=${{ env.TARGET_BRANCH }}"
42
43
63
64
janky-token : ' ${{ secrets.API_AUTH_TOKEN }}'
64
65
job-name : ' ${{ matrix.jankyJobName }}'
65
66
branch-name : ' ${{ env.SOURCE_BRANCH }}'
67
+ force : ' false'
66
68
# enterprise2 target branch is same as target branch for PR (either master or enterprise-[0-9]*.[0-9]*-release)
67
69
envVars : " JANKY_ENV_BACKUP_UTILS_BRANCH=${{ env.SOURCE_BRANCH }},JANKY_ENV_ENTERPRISE2_BRANCH=${{ env.TARGET_BRANCH }}"
You can’t perform that action at this time.
0 commit comments