Skip to content

Commit fae6c14

Browse files
committed
Fix crontab syntax for GitHub actions
1 parent afe8754 commit fae6c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tags: '*'
77
pull_request:
88
schedule:
9-
- cron: '@weekly'
9+
- cron: '15 4 * * 3'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)