We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e548f98 commit dcf436cCopy full SHA for dcf436c
.github/workflows/CI.yml
@@ -137,22 +137,6 @@ jobs:
137
with:
138
file: lcov.info
139
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
-
156
docs:
157
name: Documentation
158
runs-on: ubuntu-latest
0 commit comments