mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-12-21 15:47:45 +00:00
Silence CI notifications (#235)
This commit is contained in:
parent
e5a00016c1
commit
d6f3d744d8
32
.github/workflows/test-app-deployment.yaml
vendored
32
.github/workflows/test-app-deployment.yaml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user