From 2e6276b8dabd8612a99d076dfb54fa297c198f98 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sun, 12 Jan 2025 10:43:06 +1300 Subject: [PATCH] Revert "chore(ci): change build and test to weekly" This reverts commit 7efd7218b07bcc37d464a0356b8c244feb5f8368. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cb90f6..5aea641 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: