Skip to content

Commit 8bc8204

Browse files
authored
ci: Ignore Slack notification error (#584)
1 parent 106dd47 commit 8bc8204

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
matrix:
4141
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL]
4242
steps:
43-
- name: Send to Slack channels
43+
- name: Send to slack channels
4444
uses: slackapi/slack-github-action@v2.0.0
45+
if: always();
46+
continue-on-error: true
4547
with:
4648
webhook: ${{ secrets[matrix.url] }}
4749
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)