Skip to content

Commit 9f17c30

Browse files
committed
dummy
1 parent a5566f0 commit 9f17c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- '**.md'
99
- 'LICENSE'
1010
schedule:
11-
# Runs every Saturday at 00:00 PST (08:00 UTC)
12-
- cron: '0 8 * * 6'
11+
# Runs every Sunday at 00:00 PST (08:00 UTC)
12+
- cron: '0 8 * * 0'
1313
jobs:
1414
build:
1515
name: Build driver samples

0 commit comments

Comments
 (0)