build: continue-on-error for slack notifications (#6600)
This commit is contained in:
parent
38b306a80f
commit
258f22e037
2
.github/workflows/2-deploy-to-staging.yml
vendored
2
.github/workflows/2-deploy-to-staging.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
steps:
|
||||
- name: Send Slack message that deploy is starting
|
||||
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
|
||||
continue-on-error: true
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
@ -43,6 +44,7 @@ jobs:
|
||||
branch: main
|
||||
- name: Send Slack message about deployment outcome
|
||||
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
|
||||
continue-on-error: true
|
||||
if: always()
|
||||
with:
|
||||
payload: |
|
||||
|
2
.github/workflows/4-deploy-to-prod.yml
vendored
2
.github/workflows/4-deploy-to-prod.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
steps:
|
||||
- name: Send Slack message that build is starting
|
||||
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
|
||||
continue-on-error: true
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
@ -92,6 +93,7 @@ jobs:
|
||||
|
||||
- name: Send Slack message about deployment outcome
|
||||
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
|
||||
continue-on-error: true
|
||||
if: always()
|
||||
with:
|
||||
payload: |
|
||||
|
Loading…
Reference in New Issue
Block a user