diff options
Diffstat (limited to '.github/workflows')
| -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 |
