summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorv-junyli <[email protected]>2025-07-25 20:37:36 -0700
committerv-junyli <[email protected]>2025-07-25 20:37:36 -0700
commit9f17c3071cad30625d0af212aa64352baa4f8863 (patch)
tree064dc281f6257130687356f5176d2fddc6099fb5 /.github/workflows/ci.yml
parenta5566f00aefe1ac770a96b299fa62d1a6e3da831 (diff)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1f3d7693..b8190c2c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,8 +8,8 @@ on:
- '**.md'
- 'LICENSE'
schedule:
- # Runs every Saturday at 00:00 PST (08:00 UTC)
- - cron: '0 8 * * 6'
+ # Runs every Sunday at 00:00 PST (08:00 UTC)
+ - cron: '0 8 * * 0'
jobs:
build:
name: Build driver samples