From 6c4294dc49ecc4e0516ecc496b5fa43138850d14 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:39:50 +1100 Subject: [PATCH] chore: Only run docker build and discord notify on the main repo (not forks) (#3176) --- .github/workflows/nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e6501305f384..21dd21b34d3e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -28,6 +28,7 @@ jobs: # https://github.com/orgs/community/discussions/76409#discussioncomment-8131390 id-token: write name: Build Tagged Release + if: github.repository == 'mealie-recipes/mealie' uses: ./.github/workflows/partial-builder.yml needs: - frontend-tests @@ -40,6 +41,7 @@ jobs: notify-discord: name: Notify Discord + if: github.repository == 'mealie-recipes/mealie' needs: - build-release runs-on: ubuntu-latest