mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-14 04:03: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:
|
docker:
|
||||||
|
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'release') && github.repository == 'freqtrade/frequi'
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user