chore(ci): change build and test to weekly

This commit is contained in:
Leroy Hopson 2024-05-10 22:29:32 +12:00
parent d49f522802
commit 7efd7218b0
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: # Build and test daily.
- cron: 0 11 * * *
schedule: # Build and test weekly.
- cron: 8 2 * * thu
jobs:
build-linux: