Skip to content

Commit a5566f0

Browse files
committed
fixing schedule
1 parent 08b0944 commit a5566f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'LICENSE'
1010
schedule:
1111
# Runs every Saturday at 00:00 PST (08:00 UTC)
12-
- cron: '0 8 * * 0'
12+
- cron: '0 8 * * 6'
1313
jobs:
1414
build:
1515
name: Build driver samples

0 commit comments

Comments
 (0)