Skip to content

Commit 3ee144d

Browse files
authored
Use " not ” in .yml
1 parent 3a0d0bf commit 3ee144d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ master ]
88
schedule:
9-
- cron: 0 0 * * * # Run at 00:00 UTC everyday
9+
- cron: "0 0 * * *" # Run at 00:00 UTC everyday
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)