fix(build): do not mark job as failing if slack notification fails

This commit is contained in:
Arthur Meyre
2021-09-07 17:01:47 +02:00
parent ff69f7424b
commit 24c0735490
2 changed files with 3 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ jobs:
recreate: true
- name: Slack Notification
if: ${{ always() }}
continue-on-error: true
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
@@ -149,6 +150,7 @@ jobs:
- name: Slack Notification
if: ${{ always() }}
continue-on-error: true
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}

View File

@@ -51,6 +51,7 @@ jobs:
- name: Slack Notification
if: ${{ always() }}
continue-on-error: true
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}