authorgravatar for meghan@unicycle.coMeghan Denny <meghan@unicycle.co> 2021-07-17 15:19:53 -07:00
committergravatar for meghan@unicycle.coMeghan Denny <meghan@unicycle.co> 2021-07-17 15:19:53 -07:00
log7c93928af6d939ee71ef6c0ba4dc29a84969bb69
tree774e9fddb391084139e2906f53cd407fff3c5a9d
parenteb97f74b51a01afea1aca7236d5561eab32e5dcf

run master test once per week instead per day


1 files changed, 1 insertions(+), 1 deletions(-)

.github/workflows/nightly.yml+1-1
...@@ -6,7 +6,7 @@ on:...@@ -6,7 +6,7 @@ on:
6 pull_request:6 pull_request:
7 branches: [master]7 branches: [master]
8 schedule:8 schedule:
9 - cron: "0 5 * * *"9 - cron: "0 0 * * 0"
1010
11jobs:11jobs:
12 native-build:12 native-build: