summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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