Skip to content

Commit 8a5fc52

Browse files
committed
Reverted merge.yml change as per Kamal request
1 parent 96a9a4a commit 8a5fc52

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/merge.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
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:
@@ -52,7 +51,6 @@ jobs:
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:
@@ -69,7 +67,6 @@ jobs:
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
@@ -86,7 +83,6 @@ jobs:
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:

0 commit comments

Comments
 (0)