|
|
|
|
@ -258,7 +258,7 @@ jobs:
|
|
|
|
|
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
|
|
|
|
|
|
|
|
|
|
mypy_version_check:
|
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
|
runs-on: ubuntu-22.04
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
@ -283,7 +283,7 @@ jobs:
|
|
|
|
|
- uses: pre-commit/action@v3.0.0
|
|
|
|
|
|
|
|
|
|
docs_check:
|
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
|
runs-on: ubuntu-22.04
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
@ -313,7 +313,7 @@ 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 ]
|
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
|
runs-on: ubuntu-22.04
|
|
|
|
|
# Discord notification can't handle schedule events
|
|
|
|
|
if: (github.event_name != 'schedule')
|
|
|
|
|
permissions:
|
|
|
|
|
@ -338,7 +338,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
|
needs: [ build_linux, build_macos, build_windows, docs_check, mypy_version_check, pre-commit ]
|
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
|
runs-on: ubuntu-22.04
|
|
|
|
|
|
|
|
|
|
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'release') && github.repository == 'freqtrade/freqtrade'
|
|
|
|
|
|
|
|
|
|
|