Skip to content

Commit 688a16d

Browse files
authored
schedule test once a week rather than one per day
it seems unnecessary to run this every day. we can up the cadence later if needed
1 parent cba66aa commit 688a16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- main
1010
schedule:
11-
- cron: "0 0 * * *"
11+
- cron: "0 0 * * 0"
1212

1313
jobs:
1414
python-exhaustive:

0 commit comments

Comments
 (0)