From 2376b8beb0e89680fd0d186e89507f797d1eb5a0 Mon Sep 17 00:00:00 2001 From: Thomas Hull Date: Fri, 28 Aug 2020 11:45:39 +0100 Subject: [PATCH] Switch playground test circleci job to nightly schedule --- .circleci/config.yml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 342abb645..2f905b8bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -100,17 +100,16 @@ jobs: workflows: version: 2 -# Commented out to test the job before scheduling it -# nightly: -# triggers: -# - schedule: -# cron: "0 0 * * *" -# filters: -# branches: -# only: -# - master -# jobs: -# - test_playground_status + nightly: + triggers: + - schedule: + cron: "0 0 * * *" + filters: + branches: + only: + - master + jobs: + - test_playground_status build_and_test: jobs: - build: @@ -125,11 +124,6 @@ workflows: filters: branches: ignore: master -# Temporary to test the job - - test_playground_status: - filters: - branches: - only: task/add-playground-test release: jobs: