Skip to content

Commit 65b2e0f

Browse files
committed
chore(gha): fix cron command
1 parent b045389 commit 65b2e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.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, development, experimental ]
88
schedule:
9-
- cron '0 4 1,15 * *' # 4 am on 1st and 15th of each month
9+
- cron: '0 4 1,15 * *' # 4 am on 1st and 15th of each month
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)