]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Switch the misspell-fixer workflow to a monthly schedule.
authorMatt Schatz <genius3000@g3k.solutions>
Tue, 21 Apr 2020 07:02:40 +0000 (01:02 -0600)
committerMatt Schatz <genius3000@g3k.solutions>
Tue, 21 Apr 2020 07:02:40 +0000 (01:02 -0600)
.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