Revert "chore(ci): change build and test to weekly"

This reverts commit 7efd7218b0.
This commit is contained in:
Leroy Hopson 2025-01-12 10:43:06 +13:00
parent 8d79553470
commit 2e6276b8da
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 weekly.
- cron: 8 2 * * thu
schedule: # Build and test daily.
- cron: 0 11 * * *
jobs:
build-linux: