mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Don't fail scheduled ci tasks due to notification
This commit is contained in:
parent
e0d86307cb
commit
64072f76b9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -321,6 +321,8 @@ jobs:
|
|||
notify-complete:
|
||||
needs: [ build_linux, build_macos, build_windows, docs_check, mypy_version_check ]
|
||||
runs-on: ubuntu-20.04
|
||||
# Discord notification can't handle schedule events
|
||||
if: (github.event_name != 'schedule')
|
||||
steps:
|
||||
|
||||
- name: Check user permission
|
||||
|
|
Loading…
Reference in New Issue
Block a user