Skip to content

Commit 7bc5255

Browse files
authored
Merge pull request #1309 from microsoft/user/vjunyli/workflowschedule
adding a schedule to build-all-samples workflow
2 parents bf03150 + 32638ee commit 7bc5255

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
paths-ignore:
88
- '**.md'
99
- 'LICENSE'
10+
schedule:
11+
# Runs every Tuesday at 00:00 PST (08:00 UTC)
12+
- cron: '0 8 * * 2'
1013
jobs:
1114
build:
1215
name: Build driver samples

0 commit comments

Comments
 (0)