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