From 0d204a2e4176976df6ef0ea3c97023fe64e34de6 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Sun, 22 Feb 2026 10:41:43 +0100 Subject: [PATCH] chore: update cron schedule to run on Saturdays --- .github/workflows/ubuntu-mate-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-mate-build.yml b/.github/workflows/ubuntu-mate-build.yml index a882b96..fd9bf0d 100644 --- a/.github/workflows/ubuntu-mate-build.yml +++ b/.github/workflows/ubuntu-mate-build.yml @@ -2,7 +2,7 @@ name: Ubuntu MATE build on: schedule: - - cron: '0 3 * * *' + - cron: '0 3 * * 6' push: branches: [ "main" ] paths: