diff options
| author | v-junyli <[email protected]> | 2025-07-25 20:09:39 -0700 |
|---|---|---|
| committer | v-junyli <[email protected]> | 2025-07-25 20:09:39 -0700 |
| commit | 08b0944581a8038ba690ceda4584272dd547d2d4 (patch) | |
| tree | 978a5b3fef6b894d257caeb1d371bc2ae1d5eb98 | |
| parent | 7bc5255321145137d51beff5cc450932cb8db8b7 (diff) | |
fixing the schedule
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed0402f2..e0992478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,9 @@ on: paths-ignore: - '**.md' - 'LICENSE' - schedule: - # Runs every Tuesday at 00:00 PST (08:00 UTC) - - cron: '0 8 * * 2' + schedule: + # Runs every Saturday at 00:00 PST (08:00 UTC) + - cron: '0 8 * * 0' jobs: build: name: Build driver samples |
