From 98d211ad4bbfa7e8dbc78fb34f76f41fa7e5cc29 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Wed, 6 Mar 2024 00:08:52 -0800 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/actions/deploy/action.yaml | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/actions/deploy/action.yaml b/.github/workflows/actions/deploy/action.yaml index 9e0224fd..76cc7584 100644 --- a/.github/workflows/actions/deploy/action.yaml +++ b/.github/workflows/actions/deploy/action.yaml @@ -100,14 +100,14 @@ runs: echo starting rollout in ${{ inputs.namespace }} oc -n ${{ inputs.namespace }} rollout status dc/${{ inputs.deployment_configuration }} --watch - - name: Rocket.Chat Notification - uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@1.1.1 - if: always() - with: - type: ${{ job.status }} - job_name: '*Deployment to ${{ inputs.environment }}*' - mention: 'here' - mention_if: 'failure' - channel: '#ditp-gha-notifications' - url: ${{ inputs.rocketchat_webhook }} - commit: true \ No newline at end of file + # - name: Rocket.Chat Notification + # uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@1.1.1 + # if: always() + # with: + # type: ${{ job.status }} + # job_name: '*Deployment to ${{ inputs.environment }}*' + # mention: 'here' + # mention_if: 'failure' + # channel: '#ditp-gha-notifications' + # url: ${{ inputs.rocketchat_webhook }} + # commit: true \ No newline at end of file