Improve CI file layout

This commit is contained in:
Matthias 2022-11-28 19:40:43 +01:00
parent 2c75b5e027
commit 5500c10f78
1 changed files with 9 additions and 1 deletions

View File

@ -353,7 +353,15 @@ jobs:
# Notify only once - when CI completes (and after deploy) in case it's successfull
notify-complete:
needs: [ build_linux, build_macos, build_windows, docs_check, mypy_version_check, pre-commit, build_linux_online ]
needs: [
build_linux,
build_macos,
build_windows,
docs_check,
mypy_version_check,
pre-commit,
build_linux_online
]
runs-on: ubuntu-22.04
# Discord notification can't handle schedule events
if: (github.event_name != 'schedule')