File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 uses : bcgov/action-get-pr@28b0adf8e4d40720d41f9c87356ce24b0a4bd6af # v0.3.1
3232 deploy-test :
3333 name : TEST Deploys (${{ needs.init.outputs.pr }})
34- if : ${{ vars.ENABLE_OPENSHIFT_DEPLOY == 'true' }}
3534 needs : [init]
3635 uses : ./.github/workflows/reusable-deploy.yml
3736 secrets :
5251
5352 deploy-prod :
5453 name : PROD Deploys (${{ needs.init.outputs.pr }})
55- if : ${{ vars.ENABLE_OPENSHIFT_DEPLOY == 'true' }}
5654 needs : [tests, init]
5755 uses : ./.github/workflows/reusable-deploy.yml
5856 secrets :
6967 # there to customize the alert set.
7068 monitor-prod :
7169 name : Sysdig Monitor (PROD)
72- if : ${{ vars.ENABLE_OPENSHIFT_DEPLOY == 'true' }}
7370 needs : [deploy-prod]
7471 runs-on : ubuntu-24.04
7572 environment : prod
8683
8784 promote :
8885 name : Promote Images
89- if : ${{ vars.ENABLE_OPENSHIFT_DEPLOY == 'true' }}
9086 needs : [deploy-prod, init]
9187 runs-on : ubuntu-slim
9288 permissions :
You can’t perform that action at this time.
0 commit comments