We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf03150 + 32638ee commit 7bc5255Copy full SHA for 7bc5255
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ on:
7
paths-ignore:
8
- '**.md'
9
- 'LICENSE'
10
+ schedule:
11
+ # Runs every Tuesday at 00:00 PST (08:00 UTC)
12
+ - cron: '0 8 * * 2'
13
jobs:
14
build:
15
name: Build driver samples
0 commit comments