Skip to content

Commit dcf436c

Browse files
committed
Remove Slack notification
1 parent e548f98 commit dcf436c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -137,22 +137,6 @@ jobs:
137137
with:
138138
file: lcov.info
139139

140-
slack:
141-
name: Notify Slack Failure
142-
needs: test
143-
runs-on: ubuntu-latest
144-
if: always() && github.event_name == 'schedule'
145-
steps:
146-
- uses: technote-space/workflow-conclusion-action@v2
147-
- uses: voxmedia/github-action-slack-notify-build@v1
148-
if: env.WORKFLOW_CONCLUSION == 'failure'
149-
with:
150-
channel: nightly-dev
151-
status: FAILED
152-
color: danger
153-
env:
154-
SLACK_BOT_TOKEN: ${{ secrets.DEV_SLACK_BOT_TOKEN }}
155-
156140
docs:
157141
name: Documentation
158142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)