ci: run weekly checks on saturday

This commit is contained in:
EdJoPaTo
2022-01-19 14:23:34 +01:00
parent 1722aa02b7
commit 6b91f900e2
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ on:
push:
pull_request:
schedule:
# Check if it works with current dependencies (weekly on Wednesday 2:32 UTC)
- cron: '32 2 * * 3'
# Check if it works with current dependencies
- cron: '42 2 * * 6' # weekly on Saturday 2:42 UTC
jobs:
test: