Skip to content

Commit d922cde

Browse files
committed
Remove comment
1 parent 9863fef commit d922cde

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/standalone_keepalive.yml

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

2928
# Allow the workflow to be manually run:
@@ -45,7 +44,7 @@ jobs:
4544
keepalive:
4645

4746
# Define a display name:
48-
name: 'Keep Alive'
47+
name: 'Keep alive'
4948

5049
# Define the type of virtual host machine:
5150
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)