Build and test daily

This commit is contained in:
Leroy Hopson 2021-12-17 15:45:06 +07:00
parent 9fb3d9088a
commit a4103b2df0
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -2,8 +2,8 @@ name: 'Build and Test'
on:
push:
schedule: # Keep the cache alive!
- cron: 7 1 * * fri
schedule: # Build and test daily.
- cron: 0 11 * * *
env:
GODOT: Godot_v3.3.2-stable