diff options
-rw-r--r-- | .github/workflows/misspell-fixer.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 }} |