From b54ad75f2222811257bafa944e1c44bb81740c4a Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Wed, 14 Oct 2020 20:35:37 -0600 Subject: Prevent misspell-fixer from running on forks. --- .github/workflows/misspell-fixer.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/misspell-fixer.yml') diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml index 2ccba4857..15663604e 100644 --- a/.github/workflows/misspell-fixer.yml +++ b/.github/workflows/misspell-fixer.yml @@ -4,6 +4,7 @@ on: - cron: '0 0 15 * *' jobs: build: + if: github.repository == 'inspircd/inspircd' runs-on: ubuntu-latest env: REF_BRANCH: ${{ github.ref }} -- cgit v1.2.3