Skip to content

Commit b72b72d

Browse files
committed
syntax fix
1 parent 5e6d977 commit b72b72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# branches: [ "master" ]
1010
schedule:
1111
# monthly build/check
12-
- cron '0 19 1 * *'
12+
- cron: '0 19 1 * *'
1313

1414
jobs:
1515
test:

0 commit comments

Comments
 (0)