Skip to content

Commit ecb3396

Browse files
authored
POSIX cron allows only numeric once a month
1 parent 7c21ea9 commit ecb3396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- "master"
88
schedule:
9-
- cron: '0 3 1-7 * 1'
9+
- cron: '0 3 3 * *'
1010

1111
jobs:
1212
composer-json-lint:

0 commit comments

Comments
 (0)