]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .github/workflows/misspell-fixer.yml
Switch the misspell-fixer workflow to a monthly schedule.
[user/henk/code/inspircd.git] / .github / workflows / misspell-fixer.yml
index ce05bc81507d02eba88032a8627aa159aab57f4b..ea15316cb2924bb458809e6a30aeaddef327eb28 100644 (file)
@@ -1,6 +1,7 @@
 name: misspell fixer
 on:
-  - push
+  schedule:
+    - cron: '0 0 15 * *'
 jobs:
   build:
     runs-on: ubuntu-latest