Skip to content

Commit

Permalink
Dropping CI failure Slack notification job (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Jun 7, 2023
1 parent df874f1 commit 1688679
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 @@ -83,21 +83,6 @@ jobs:
git config --global user.name Tester
git config --global user.email [email protected]
- uses: julia-actions/julia-runtest@latest
slack:
name: Notify Slack Failure
needs: test
runs-on: ubuntu-latest
if: github.event == 'schedule'
steps:
- uses: technote-space/workflow-conclusion-action@v2
- uses: voxmedia/github-action-slack-notify-build@v1
if: env.WORKFLOW_CONCLUSION == 'failure'
with:
channel: nightly-dev
status: FAILED
color: danger
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1688679

Please sign in to comment.