Run test every day at 0:55 UTC

This commit is contained in:
Lup Yuen Lee 2024-01-25 11:58:27 +08:00 committed by GitHub
parent 9ddd3c0e55
commit faba986a65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,9 @@ permissions:
on:
## Run every 55 minutes past the hour
## Run every day at 0:55 UTC
schedule:
- cron: '55 * * * *'
- cron: '55 0 * * *'
## Run on every commit to this branch
## push: