From 32638ee67f3283680aea33667989b5e7e51a83b7 Mon Sep 17 00:00:00 2001 From: v-junyli Date: Mon, 14 Jul 2025 05:26:00 -0700 Subject: adding a schedule to build-all-samples workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e43d74f5..ed0402f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: paths-ignore: - '**.md' - 'LICENSE' + schedule: + # Runs every Tuesday at 00:00 PST (08:00 UTC) + - cron: '0 8 * * 2' jobs: build: name: Build driver samples -- cgit v1.3.1