From c67eab63a057359aa2197d5370f2af0150cef0c9 Mon Sep 17 00:00:00 2001 From: nullKomplex Date: Mon, 20 Jan 2025 14:34:33 -0800 Subject: [PATCH] Default discord-update to not run on forks --- .github/workflows/discord-update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/discord-update.yaml b/.github/workflows/discord-update.yaml index 683c19487e..d1693715c7 100644 --- a/.github/workflows/discord-update.yaml +++ b/.github/workflows/discord-update.yaml @@ -7,6 +7,7 @@ on: jobs: discordUpdate: + if: github.repository == 'WeakAuras/WeakAuras2' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4