ci: run weekly checks on saturday
This commit is contained in:
@@ -8,6 +8,7 @@ updates:
|
|||||||
open-pull-requests-limit: 30
|
open-pull-requests-limit: 30
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
time: "03:37" # UTC
|
day: "saturday"
|
||||||
|
time: "02:42" # UTC
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "build(cargo):"
|
prefix: "build(cargo):"
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
# Check if it works with current dependencies (weekly on Wednesday 2:32 UTC)
|
# Check if it works with current dependencies
|
||||||
- cron: '32 2 * * 3'
|
- cron: '42 2 * * 6' # weekly on Saturday 2:42 UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user