From 8ca782be031505c2600562aa0df9443e361a320e Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Sat, 19 Feb 2022 22:11:36 +0100 Subject: [PATCH] setup ci --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index abb402968205..1658e166b752 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -628,9 +628,9 @@ workflows: - deploy_docs_site: filters: *publish_branches_filter requires: - - lint - - build_release_packages - - tests_local_browsers + #x - lint + # - build_release_packages + # - tests_local_browsers # Snapshot tests workflow that is scheduled to run all specified jobs every hour. # This workflow runs various jobs against the Angular snapshot builds from Github.