]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Prevent misspell-fixer from running on forks.
authorMatt Schatz <genius3000@g3k.solutions>
Thu, 15 Oct 2020 02:35:37 +0000 (20:35 -0600)
committerMatt Schatz <genius3000@g3k.solutions>
Thu, 15 Oct 2020 02:35:37 +0000 (20:35 -0600)
.github/workflows/misspell-fixer.yml

index 2ccba48571f684a27bd557144c1aff4c0553c2c4..15663604eb191b4fa2958aa4479cd8bf35a55d0a 100644 (file)
@@ -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 }}