Skip to content

Commit 7532cc8

Browse files
authored
Add comment and fix schedule value
1 parent 658b4c4 commit 7532cc8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/standalone_keepalive.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ name: standalone_keepalive
2323
on:
2424
# Rune the workflow on the first day of each month:
2525
schedule:
26-
cron: '0 0 1 * *'
26+
# * is a special character in YAML so you have to quote this string
27+
- cron: '0 0 1 * *'
2728

2829
# Allow the workflow to be manually run:
2930
workflow_dispatch:

0 commit comments

Comments
 (0)