diff --git a/.circleci/config.yml b/.circleci/config.yml index 40ccebd1de..90855706c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -577,17 +577,17 @@ workflows: branches: ignore: /.*/ - detection-testing: - jobs: - - hold: - type: approval - filters: - tags: - only: /^v.*/ - - detection-testing: - # build always - requires: - - hold - filters: - tags: - only: /^v.*/ \ No newline at end of file + detection-testing: + jobs: + - hold: + type: approval + filters: + tags: + only: /^v.*/ + - detection-testing: + # build always + requires: + - hold + filters: + tags: + only: /^v.*/ \ No newline at end of file