chore: only run docker build when necessary

This commit is contained in:
Matthias 2024-10-31 20:50:12 +01:00
parent 079c6bee6e
commit d056485fa1

View File

@ -96,6 +96,7 @@ jobs:
docker:
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'release') && github.repository == 'freqtrade/frequi'
needs: build
runs-on: ubuntu-latest