summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv-junyli <[email protected]>2025-07-16 02:29:58 -0700
committerGitHub <[email protected]>2025-07-16 02:29:58 -0700
commit7bc5255321145137d51beff5cc450932cb8db8b7 (patch)
treeb689fc5fc9a8ca7ddee42f68a55927ed39b83d9f
parentbf031504a51bf67e33e8280ef51d2189c434f04a (diff)
parent32638ee67f3283680aea33667989b5e7e51a83b7 (diff)
Merge pull request #1309 from microsoft/user/vjunyli/workflowscheduleuser/jacob-ronstadt/code-scanning-test
adding a schedule to build-all-samples workflow
-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