Skip to content

Commit 32638ee

Browse files
committed
adding a schedule to build-all-samples workflow
1 parent bf03150 commit 32638ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)