diff options
| author | v-junyli <[email protected]> | 2025-07-25 20:34:57 -0700 |
|---|---|---|
| committer | v-junyli <[email protected]> | 2025-07-25 20:34:57 -0700 |
| commit | a5566f00aefe1ac770a96b299fa62d1a6e3da831 (patch) | |
| tree | 4ce29a59de921be7ad2b608779b86a221b28c4f9 | |
| parent | 08b0944581a8038ba690ceda4584272dd547d2d4 (diff) | |
fixing schedule
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
