Skip to content

Commit 92afc8a

Browse files
committed
fix(build-check.yml): Unexpected value '' on github actions workflows
1 parent 2c03149 commit 92afc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
- v5.*
1111
schedule:
12-
- # build runs every weekday at 4:15AM UTC
12+
# build runs every weekday at 4:15AM UTC
1313
- cron: '15 4 * * *'
1414

1515
env:

0 commit comments

Comments
 (0)