Skip to content

Commit

Permalink
cleanup(ci): comment circleci workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed May 17, 2023
1 parent ac8e807 commit 6f68fb7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f68fb7

Please sign in to comment.