diff options
author | Matt Schatz <genius3000@g3k.solutions> | 2020-04-21 01:02:40 -0600 |
---|---|---|
committer | Matt Schatz <genius3000@g3k.solutions> | 2020-04-21 01:02:40 -0600 |
commit | 0ffc8c1b136ddf6f397b53bf3f860f6ab86969fe (patch) | |
tree | 114a393fab03017bac99ec204bff39256b7623f4 | |
parent | 4f9abe96a4301a740d4a5fd7932550d88d60a3fc (diff) |
Switch the misspell-fixer workflow to a monthly schedule.
-rw-r--r-- | .github/workflows/misspell-fixer.yml | 3 |
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 |