mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-12 19:23:51 +00:00
chore: only run docker build when necessary
This commit is contained in:
parent
079c6bee6e
commit
d056485fa1
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user