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: on:
push: push:
schedule: # Build and test weekly. schedule: # Build and test daily.
- cron: 8 2 * * thu - cron: 0 11 * * *
jobs: jobs:
build-linux: build-linux: