From 33446b437ccbbd07572c6f1159da8ac3e6e40f83 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 13 Apr 2019 13:19:31 +0530 Subject: [PATCH] Schedule weekly builds at 00:00 on Sun --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eba0594f..1ec7fd54 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2 jobs: - gcc: + compile: docker: - image: ubuntu:18.04 working_directory: ~/nnn @@ -73,12 +73,12 @@ workflows: test: jobs: &all-tests - - gcc + - compile nightly: triggers: - schedule: - cron: "0 0 * * *" + cron: "0 0 * * 0" filters: branches: only: