From fcc6d0fea8b6bb1e42543922eb6860c27fcc39eb Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 14 Mar 2024 17:55:14 +0100 Subject: [PATCH] Don't run notify-complete for non-freqtrade repos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a268acf80..fca0c153c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -420,7 +420,7 @@ jobs: ] runs-on: ubuntu-22.04 # Discord notification can't handle schedule events - if: (github.event_name != 'schedule') + if: github.event_name != 'schedule' && github.repository == 'freqtrade/freqtrade' permissions: repository-projects: read steps: