Skip to content

Commit 8b9b6b8

Browse files
committed
Runs scheduled tests only on Mon, Wed and Fri
1 parent 8b20e2d commit 8b9b6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: '0 4 * * *'
7+
- cron: '0 4 * * 1,3,5'
88

99
jobs:
1010
tests:

0 commit comments

Comments
 (0)