We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9863fef commit d922cdeCopy full SHA for d922cde
1 file changed
.github/workflows/standalone_keepalive.yml
@@ -23,7 +23,6 @@ name: standalone_keepalive
23
on:
24
# 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 * *'
28
29
# Allow the workflow to be manually run:
@@ -45,7 +44,7 @@ jobs:
45
44
keepalive:
46
47
# Define a display name:
48
- name: 'Keep Alive'
+ name: 'Keep alive'
49
50
# Define the type of virtual host machine:
51
runs-on: ubuntu-latest
0 commit comments