Skip to content

Commit 4943704

Browse files
committed
feat(ci): update cron schedule to 11:00 PM UTC daily
1 parent 750b1fd commit 4943704

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PR Tests
22

3-
# we don't ignore mds to run pre-commits
3+
# we don't ignore markdkowns to run pre-commits
44
on:
55
push:
66
paths-ignore:

.github/workflows/test-and-build-wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
tags:
99
- "v*"
10+
schedule:
11+
- cron: "0 23 * * *" # 11:00 PM UTC, daily
1012

1113
jobs:
1214
build-wheel:

0 commit comments

Comments
 (0)