We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a164395 commit 69a9bbaCopy full SHA for 69a9bba
.github/workflows/spelling.yml
@@ -1,9 +1,9 @@
1
name: Spell checking
2
on:
3
push:
4
- schedule:
5
- # * is a special character in YAML so you have to quote this string
6
- - cron: '15 * * * *'
+ #schedule:
+ # # * is a special character in YAML so you have to quote this string
+ # - cron: '15 * * * *'
7
workflow_dispatch:
8
# Allow manually running the action, e.g. if disabled after some quietness in the source
9
0 commit comments