Switch the misspell-fixer workflow to a monthly schedule.

This commit is contained in:
Matt Schatz 2020-04-21 01:02:40 -06:00
parent 4f9abe96a4
commit 0ffc8c1b13
No known key found for this signature in database
GPG Key ID: 5BD12B0E6CFB19B2

View File

@ -1,6 +1,7 @@
name: misspell fixer
on:
- push
schedule:
- cron: '0 0 15 * *'
jobs:
build:
runs-on: ubuntu-latest