From c866ef9fa8cf6123d2fe022401695cb2ca957985 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 13 Oct 2020 09:57:17 +0200 Subject: [PATCH] Disable Rails master builds on CircleCI They are failing all the time and should not fail a PR. Since we do not know how to send neutral status checks we should remove them. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b02e9ffef01..f143fdb59c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -148,7 +148,7 @@ workflows: - mysql - postgres_rails52 - mysql_rails52 - - postgres_rails_master_activestorage + # - postgres_rails_master_activestorage - stoplight/push: context: "Solidus Core Team" project: solidus/solidus-api