Move regular CI runs to 11:00 once per week.

pull/6507/head
Felix Fontein 2023-05-08 21:42:17 +02:00
parent ebe214074e
commit 8361aecf15
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ on:
- main - main
- stable-* - stable-*
pull_request: pull_request:
# Run EOL CI once per day (at 10:00 UTC) # Run EOL CI once per week (at 11:00 UTC)
schedule: schedule:
- cron: '0 10 * * *' - cron: '0 11 * * 0'
concurrency: concurrency:
# Make sure there is at most one active run per PR, but do not cancel any non-PR runs # Make sure there is at most one active run per PR, but do not cancel any non-PR runs