summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatt Schatz <genius3000@g3k.solutions>2020-04-21 01:02:40 -0600
committerMatt Schatz <genius3000@g3k.solutions>2020-04-21 01:02:40 -0600
commit0ffc8c1b136ddf6f397b53bf3f860f6ab86969fe (patch)
tree114a393fab03017bac99ec204bff39256b7623f4 /.github/workflows
parent4f9abe96a4301a740d4a5fd7932550d88d60a3fc (diff)
Switch the misspell-fixer workflow to a monthly schedule.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/misspell-fixer.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml
index ce05bc815..ea15316cb 100644
--- a/.github/workflows/misspell-fixer.yml
+++ b/.github/workflows/misspell-fixer.yml
@@ -1,6 +1,7 @@
name: misspell fixer
on:
- - push
+ schedule:
+ - cron: '0 0 15 * *'
jobs:
build:
runs-on: ubuntu-latest