Re-schedule cron.

This commit is contained in:
Felix Fontein
2023-02-24 11:47:22 +01:00
parent a9f0a98b41
commit 419b5bd10f

View File

@@ -14,9 +14,9 @@ on:
- main - main
- stable-* - stable-*
pull_request: pull_request:
# Run EOL CI once per day (at 08:00 UTC) # Run EOL CI once per week (at 11:00 UTC)
schedule: schedule:
- cron: '0 8 * * *' - 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