summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatt Schatz <genius3000@g3k.solutions>2020-10-14 20:35:37 -0600
committerMatt Schatz <genius3000@g3k.solutions>2020-10-14 20:35:37 -0600
commitb54ad75f2222811257bafa944e1c44bb81740c4a (patch)
tree6cd5ff534f868268ccdbb1c6f422db82ef51f9b5 /.github/workflows
parent131f659d91953c51823ef70c8314aa3170ce7a7e (diff)
Prevent misspell-fixer from running on forks.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/misspell-fixer.yml1
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 }}