From 28a85e83b7e843bfa56ffaec78b4acf22680c120 Mon Sep 17 00:00:00 2001 From: Ryan Eggleston <112976114+ryanformio@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:00:59 -0600 Subject: [PATCH] FIO-7146: disable circleci jobs (#5360) * Will not run jobs on circleci * testing just commenting out * Disables circle ci --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 72d0af3282..d3a4cd0421 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,3 +19,15 @@ jobs: command: npm test - store_artifacts: path: test-results.xml + +######################################################### +## Disables Config (Comment/Remove to re-enable CircleCI) +######################################################### +workflows: + version: 2 + build-and-test: + jobs: + - build: + filters: + branches: + ignore: /.*/ \ No newline at end of file