From b8d036e36728604787254f1891d89aa35ad4839b Mon Sep 17 00:00:00 2001 From: Sean Barag Date: Fri, 24 Jul 2020 14:39:02 -0700 Subject: [PATCH] chore(ci): Disable circleci builds for push & pull_request (#472) We'll migrate nightly builds and automatic publishes shortly, but these builds are the primary use for Circle and can be replaced with the GitHub Actions integration introduced via #469. --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af512671f..9f8974300 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,12 +60,6 @@ jobs: workflows: version: 2 - "Node - supported versions": - jobs: - - "Node 10" - - "Node 12" - - "Node 14" - "Publish tagged build": jobs: - "Node 10":