Skip to content

Commit

Permalink
remove IRC notif from CI as it doesn't seem to be still valuable thes…
Browse files Browse the repository at this point in the history
…e days
  • Loading branch information
bagerard committed Dec 16, 2020
1 parent de3888a commit 4f6a244
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,6 @@ jobs:
cd docs
make html-readthedocs
irc_notification:
runs-on: ubuntu-latest
needs: [linting, test]
steps:
- uses: rectalogic/notify-irc@v1
if: success()
with:
channel: "irc.freenode.org#mongoengine"
nickname: github-notifier
message: |
Build ${{ job.status }} - ${{ github.actor }} ${{ github.event_name }} ${{ github.event.ref }}
build-n-publish-dummy:
runs-on: ubuntu-latest
needs: [linting, test, build_doc_dryrun]
Expand Down

0 comments on commit 4f6a244

Please sign in to comment.