diff options
| author | Jose Santiago Vales Mena <[email protected]> | 2025-07-16 10:46:06 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-16 10:46:06 -0700 |
| commit | 396d2f094da4304b51415bfe33e6fe82333bb56c (patch) | |
| tree | d6395560a37ae96b1ca68c61fbcc516c0c62a1ac | |
| parent | 152cf49d82ddc2c62884dd20936e4db32002dbbe (diff) | |
| parent | 7bc5255321145137d51beff5cc450932cb8db8b7 (diff) | |
Merge branch 'main' into main
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e43d74f5..ed0402f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: paths-ignore: - '**.md' - 'LICENSE' + schedule: + # Runs every Tuesday at 00:00 PST (08:00 UTC) + - cron: '0 8 * * 2' jobs: build: name: Build driver samples |
