Commit 258f22e0 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: continue-on-error for slack notifications (#6600)

parent 38b306a8
...@@ -12,6 +12,7 @@ jobs: ...@@ -12,6 +12,7 @@ jobs:
steps: steps:
- name: Send Slack message that deploy is starting - name: Send Slack message that deploy is starting
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
continue-on-error: true
with: with:
payload: | payload: |
{ {
...@@ -43,6 +44,7 @@ jobs: ...@@ -43,6 +44,7 @@ jobs:
branch: main branch: main
- name: Send Slack message about deployment outcome - name: Send Slack message about deployment outcome
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
continue-on-error: true
if: always() if: always()
with: with:
payload: | payload: |
......
...@@ -12,6 +12,7 @@ jobs: ...@@ -12,6 +12,7 @@ jobs:
steps: steps:
- name: Send Slack message that build is starting - name: Send Slack message that build is starting
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
continue-on-error: true
with: with:
payload: | payload: |
{ {
...@@ -92,6 +93,7 @@ jobs: ...@@ -92,6 +93,7 @@ jobs:
- name: Send Slack message about deployment outcome - name: Send Slack message about deployment outcome
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
continue-on-error: true
if: always() if: always()
with: with:
payload: | payload: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment