Skip to content

Commit 08b0944

Browse files
committed
fixing the schedule
1 parent 7bc5255 commit 08b0944

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +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'
10+
schedule:
11+
# Runs every Saturday 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)