We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7532cc8 commit 8161af1Copy full SHA for 8161af1
1 file changed
.github/workflows/standalone_keepalive.yml
@@ -21,7 +21,7 @@ name: standalone_keepalive
21
22
# Workflow triggers:
23
on:
24
- # Rune the workflow on the first day of each month:
+ # Run the workflow on the first day of each month:
25
schedule:
26
# * is a special character in YAML so you have to quote this string
27
- cron: '0 0 1 * *'
0 commit comments