Run the CI every 3 hours

This commit is contained in:
TheFrenchGhosty 2024-05-06 16:41:36 +02:00
parent 046235e16a
commit 74d8d0e28a
No known key found for this signature in database
GPG key ID: 4E616F0FFE25B75B

View file

@ -7,7 +7,7 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 */6 * * *'
- cron: '0 */3 * * *'
jobs: