From 0ffc8c1b136ddf6f397b53bf3f860f6ab86969fe Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Tue, 21 Apr 2020 01:02:40 -0600 Subject: [PATCH] Switch the misspell-fixer workflow to a monthly schedule. --- .github/workflows/misspell-fixer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2