summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
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