From d056485fa174ac6b42daf871e80566d87a24b784 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 31 Oct 2024 20:50:12 +0100 Subject: [PATCH] chore: only run docker build when necessary --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0487fb3e..df6c2cb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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