From a5566f00aefe1ac770a96b299fa62d1a6e3da831 Mon Sep 17 00:00:00 2001 From: v-junyli Date: Fri, 25 Jul 2025 20:34:57 -0700 Subject: fixing schedule --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0992478..1f3d7693 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - 'LICENSE' schedule: # Runs every Saturday at 00:00 PST (08:00 UTC) - - cron: '0 8 * * 0' + - cron: '0 8 * * 6' jobs: build: name: Build driver samples -- cgit v1.3.1