summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author5an7y-Microsoft <[email protected]>2025-09-24 15:41:05 -0700
committerGitHub <[email protected]>2025-09-24 15:41:05 -0700
commit334d7aa496b878e79743c9eb8e7fee88bbf38fc7 (patch)
tree8029e624d93cf3b21d4345714e4dd967bbc81938 /.github/workflows
parent02af7684267a694a0a2625812e0d30bab4e87974 (diff)
parentac36f023d892cd68f8ceb6dfe113e88056ef169a (diff)
Merge pull request #1326 from microsoft/main
FI: main -> develop WDK 6584
Diffstat (limited to '.github/workflows')
-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..1f3d7693 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,6 +7,9 @@ on:
paths-ignore:
- '**.md'
- 'LICENSE'
+ schedule:
+ # Runs every Saturday at 00:00 PST (08:00 UTC)
+ - cron: '0 8 * * 6'
jobs:
build:
name: Build driver samples