diff options
| author | 5an7y-Microsoft <[email protected]> | 2025-09-24 15:41:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-24 15:41:05 -0700 |
| commit | 334d7aa496b878e79743c9eb8e7fee88bbf38fc7 (patch) | |
| tree | 8029e624d93cf3b21d4345714e4dd967bbc81938 /.github/workflows | |
| parent | 02af7684267a694a0a2625812e0d30bab4e87974 (diff) | |
| parent | ac36f023d892cd68f8ceb6dfe113e88056ef169a (diff) | |
Merge pull request #1326 from microsoft/main
FI: main -> develop WDK 6584
Diffstat (limited to '.github/workflows')
| -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..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 |
