diff options
author | Matt Schatz <genius3000@g3k.solutions> | 2020-10-14 20:35:37 -0600 |
---|---|---|
committer | Matt Schatz <genius3000@g3k.solutions> | 2020-10-14 20:35:37 -0600 |
commit | b54ad75f2222811257bafa944e1c44bb81740c4a (patch) | |
tree | 6cd5ff534f868268ccdbb1c6f422db82ef51f9b5 /.github | |
parent | 131f659d91953c51823ef70c8314aa3170ce7a7e (diff) |
Prevent misspell-fixer from running on forks.
Diffstat (limited to '.github')
-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 }} |