Revert "CI: run every 2 hours instead of 3"

This reverts commit 3116e844be.
This commit is contained in:
Christoph Reiter
2023-04-05 16:58:30 +02:00
parent 3ef72c5eed
commit f3bf1b80b0
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ on:
required: false
type: string
schedule:
- cron: '0 0/2 * * *'
- cron: '0 0/3 * * *'
env:
PYTHONUNBUFFERED: 1