Skip to content

Commit f1907d8

Browse files
authored
Fix cron expression
1 parent 08f72fd commit f1907d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master
99
types: [opened, reopened, synchronize]
1010
schedule:
11-
- cron: '@weekly' # every day at midnight
11+
- cron: '0 0 * * 0' # weekly sundays at midnight
1212

1313
jobs:
1414
tests:

0 commit comments

Comments
 (0)