File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ run-name: "Build WARs for ${{ github.event.inputs.environment }} (branch: ${{ gi
2626jobs :
2727 build :
2828 name : Build war file
29- runs-on : cbiit-global-runners
29+ runs-on : " nonprod-org-runner "
3030 environment : ${{ inputs.environment }}
3131 env :
3232 CODE_BRANCH : " ${{ github.event.inputs.code_branch }}"
6767
6868 deploy :
6969 needs : build
70- runs-on : cbiit-global-runners
70+ runs-on : " nonprod-org-runner "
7171 environment : ${{ inputs.environment }}
7272 steps :
7373 - name : Download Artifacts
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ run-name: "Build WARs for ${{ github.event.inputs.environment }} (branch: ${{ gi
2727jobs :
2828 build :
2929 name : Build war file
30- runs-on : cbiit-global-runners
30+ runs-on : " nonprod-org-runner "
3131 environment : ${{ inputs.environment }}
3232 env :
3333 CODE_BRANCH : " ${{ github.event.inputs.code_branch }}"
Original file line number Diff line number Diff line change 2626 deploy :
2727 if : |
2828 github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
29- runs-on : cbiit-global-runners
29+ runs-on : " nonprod-org-runner "
3030 environment : ${{ inputs.environment }}
3131 env :
3232 CODE_BRANCH : " ${{ github.event.inputs.code_branch }}"
You can’t perform that action at this time.
0 commit comments