From 541e631eab4021f02410976343046cc520ebb61c Mon Sep 17 00:00:00 2001 From: Otto Date: Wed, 24 Nov 2021 15:50:21 +0100 Subject: [PATCH] CircleCI: drop formatting check, superseded by GH workflows --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 02560ea72a..c8801a239f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1310,9 +1310,6 @@ workflows: - test-auth-regress-ldap: requires: - build-auth - - check-formatting: - requires: - - checkout - build-recursor: requires: - checkout -- 2.47.2