Skip to content

Commit 69a9bba

Browse files
authored
Disable schedule trigger in spelling.yml
Comment out the schedule trigger for the spell checking workflow.
1 parent a164395 commit 69a9bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spelling.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Spell checking
22
on:
33
push:
4-
schedule:
5-
# * is a special character in YAML so you have to quote this string
6-
- cron: '15 * * * *'
4+
#schedule:
5+
# # * is a special character in YAML so you have to quote this string
6+
# - cron: '15 * * * *'
77
workflow_dispatch:
88
# Allow manually running the action, e.g. if disabled after some quietness in the source
99

0 commit comments

Comments
 (0)