diff options
| author | v-junyli <[email protected]> | 2025-07-25 20:37:36 -0700 |
|---|---|---|
| committer | v-junyli <[email protected]> | 2025-07-25 20:37:36 -0700 |
| commit | 9f17c3071cad30625d0af212aa64352baa4f8863 (patch) | |
| tree | 064dc281f6257130687356f5176d2fddc6099fb5 /.github | |
| parent | a5566f00aefe1ac770a96b299fa62d1a6e3da831 (diff) | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |
