Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Switch playground test circleci job to nightly schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
cuthullu committed Aug 28, 2020
1 parent df233e7 commit 2376b8b
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 2376b8b

Please sign in to comment.