remove IRC notif from CI as it doesn't seem to be still valuable these days
This commit is contained in:
parent
de3888a48b
commit
4f6a24411d
12
.github/workflows/github-actions.yml
vendored
12
.github/workflows/github-actions.yml
vendored
@ -96,18 +96,6 @@ jobs:
|
|||||||
cd docs
|
cd docs
|
||||||
make html-readthedocs
|
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:
|
build-n-publish-dummy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [linting, test, build_doc_dryrun]
|
needs: [linting, test, build_doc_dryrun]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user