Skip to content

Commit 3ac3d1a

Browse files
authored
build: remove community slack (#316)
1 parent a87a393 commit 3ac3d1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
name: Notify Release
1212
strategy:
1313
matrix:
14-
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL, SLACK_WEBHOOK_COMMUNITY]
14+
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL]
1515
steps:
1616
- name: Send to slack channels
1717
uses: slackapi/slack-github-action@v2.0.0
18+
if: always();
19+
continue-on-error: true
1820
with:
1921
webhook: ${{ secrets[matrix.url]}}
2022
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)