From 6f68fb77a8805167f0773a88b2b7d65a6ddba4e0 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 17 May 2023 15:33:55 +0200 Subject: [PATCH] cleanup(ci): comment circleci workflow. Signed-off-by: Federico Di Pierro --- .circleci/config.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b378d4d824..6ad61a318e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,19 +46,19 @@ workflows: version: 2 build: jobs: - - "test-infra/scan/terraform": - context: test-infra - - "test-infra/deploy/terraform": - requires: - - test-infra/scan/terraform - context: test-infra - filters: - branches: - only: master - - "test-infra/deploy/prow": - requires: - - test-infra/deploy/terraform - context: test-infra - filters: - branches: - only: master + # - "test-infra/scan/terraform": + # context: test-infra + # - "test-infra/deploy/terraform": + # requires: + # - test-infra/scan/terraform + # context: test-infra + # filters: + # branches: + # only: master + # - "test-infra/deploy/prow": + # requires: + # - test-infra/deploy/terraform + # context: test-infra + # filters: + # branches: + # only: master