Run test every 55 minutes past the hour

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

View file

@ -8,13 +8,13 @@ permissions:
on:
## Run every day at 1:00 UTC
## Run every 55 minutes past the hour
schedule:
- cron: '0 1 * * *'
- cron: '55 * * * *'
## Run on every commit to this branch
push:
branches: [ main ]
## push:
## branches: [ main ]
jobs:
test: