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