mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-12-22 08:27:44 +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
|
run: yarn
|
||||||
- name: Test webapp deployment
|
- name: Test webapp deployment
|
||||||
run: ./packages/deployer/test/test-webapp-deployment-undeployment.sh
|
run: ./packages/deployer/test/test-webapp-deployment-undeployment.sh
|
||||||
- name: Notify Vulcanize Slack on CI failure
|
# - name: Notify Vulcanize Slack on CI failure
|
||||||
if: ${{ always() && github.ref_name == 'main' }}
|
# if: ${{ always() && github.ref_name == 'main' }}
|
||||||
uses: ravsamhq/notify-slack-action@v2
|
# uses: ravsamhq/notify-slack-action@v2
|
||||||
with:
|
# with:
|
||||||
status: ${{ job.status }}
|
# status: ${{ job.status }}
|
||||||
notify_when: 'failure'
|
# notify_when: 'failure'
|
||||||
env:
|
# env:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS_WEBHOOK }}
|
# SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS_WEBHOOK }}
|
||||||
- name: Notify DeepStack Slack on CI failure
|
# - name: Notify DeepStack Slack on CI failure
|
||||||
if: ${{ always() && github.ref_name == 'main' }}
|
# if: ${{ always() && github.ref_name == 'main' }}
|
||||||
uses: ravsamhq/notify-slack-action@v2
|
# uses: ravsamhq/notify-slack-action@v2
|
||||||
with:
|
# with:
|
||||||
status: ${{ job.status }}
|
# status: ${{ job.status }}
|
||||||
notify_when: 'failure'
|
# notify_when: 'failure'
|
||||||
env:
|
# env:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS_WEBHOOK }}
|
# SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS_WEBHOOK }}
|
||||||
|
Loading…
Reference in New Issue
Block a user