Skip to content

Commit

Permalink
Merge pull request #490 from JuliaCI/ox/noslack
Browse files Browse the repository at this point in the history
Delete Slack Notifier
  • Loading branch information
oxinabox authored Nov 14, 2024
2 parents fb5200d + ddb3476 commit f6101b8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,6 @@ jobs:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
slack:
name: Notify Slack Failure
needs: test
runs-on: ubuntu-latest
if: always() && github.event_name == 'schedule'
steps:
- uses: technote-space/workflow-conclusion-action@v3
- uses: voxmedia/github-action-slack-notify-build@v2
if: env.WORKFLOW_CONCLUSION == 'failure'
with:
channel: nightly-dev
status: FAILED
color: danger
env:
SLACK_BOT_TOKEN: ${{ secrets.DEV_SLACK_BOT_TOKEN }}

docs:
name: Documentation
Expand Down

0 comments on commit f6101b8

Please sign in to comment.