From 2eb5bee7854d4b235c98e370e87613344b608ea3 Mon Sep 17 00:00:00 2001 From: Nabarun Gogoi Date: Fri, 25 Oct 2024 18:19:57 +0530 Subject: [PATCH] Silence CI notifications --- .github/workflows/test-app-deployment.yaml | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test-app-deployment.yaml b/.github/workflows/test-app-deployment.yaml index d1c736a..1dc1ca4 100644 --- a/.github/workflows/test-app-deployment.yaml +++ b/.github/workflows/test-app-deployment.yaml @@ -21,19 +21,19 @@ jobs: run: yarn - name: Test webapp deployment run: ./packages/deployer/test/test-webapp-deployment-undeployment.sh - - name: Notify Vulcanize Slack on CI failure - if: ${{ always() && github.ref_name == 'main' }} - uses: ravsamhq/notify-slack-action@v2 - with: - status: ${{ job.status }} - notify_when: 'failure' - env: - SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS_WEBHOOK }} - - name: Notify DeepStack Slack on CI failure - if: ${{ always() && github.ref_name == 'main' }} - uses: ravsamhq/notify-slack-action@v2 - with: - status: ${{ job.status }} - notify_when: 'failure' - env: - SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS_WEBHOOK }} + # - name: Notify Vulcanize Slack on CI failure + # if: ${{ always() && github.ref_name == 'main' }} + # uses: ravsamhq/notify-slack-action@v2 + # with: + # status: ${{ job.status }} + # notify_when: 'failure' + # env: + # SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS_WEBHOOK }} + # - name: Notify DeepStack Slack on CI failure + # if: ${{ always() && github.ref_name == 'main' }} + # uses: ravsamhq/notify-slack-action@v2 + # with: + # status: ${{ job.status }} + # notify_when: 'failure' + # env: + # SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS_WEBHOOK }}