File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 types : [published]
66
77jobs :
8+ get_approval :
9+ runs-on : ubuntu-latest # windows-latest | macos-latest
10+ steps :
11+ - uses : trstringer/manual-approval@v1
12+ with :
13+ secret : ${{ github.TOKEN }}
14+ approvers : cmflynn
15+ minimum-approvals : 1
16+ issue-title : " Deploying ${{ github.event.release.tag_name }} to qa"
17+ exclude-workflow-initiator-as-approver : false
818 deploy :
19+ needs : get_approval
920 runs-on : ubuntu-latest
1021 strategy :
1122 fail-fast : false
Original file line number Diff line number Diff line change 55 branches :
66 - uat
77
8-
98jobs :
109 promote :
1110 runs-on : ubuntu-latest
2120 with :
2221 fetch-depth : 0 # OR "2" -> To retrieve the preceding commit.
2322
24- - name : Get ${{ inputs.service_name }} changes
25- id : get_changes
23+ - id : get_changes
2624 uses : tj-actions/changed-files@v35
2725 with :
2826 files : |
You can’t perform that action at this time.
0 commit comments