From 08b0944581a8038ba690ceda4584272dd547d2d4 Mon Sep 17 00:00:00 2001 From: v-junyli Date: Fri, 25 Jul 2025 20:09:39 -0700 Subject: fixing the schedule --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed0402f2..e0992478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,9 @@ on: paths-ignore: - '**.md' - 'LICENSE' - schedule: - # Runs every Tuesday at 00:00 PST (08:00 UTC) - - cron: '0 8 * * 2' + schedule: + # Runs every Saturday at 00:00 PST (08:00 UTC) + - cron: '0 8 * * 0' jobs: build: name: Build driver samples -- cgit v1.3.1