From 8c265eaca25d040a113a273637bcebdca4eaa678 Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 13 Jul 2021 17:21:53 -0500 Subject: [PATCH] test --- .circleci/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47788c6230..7f122bea38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -512,7 +512,8 @@ workflows: requires: - validate-content - build-sources - - build-package + - build-package + - detection-testing filters: tags: only: /^v.*/ @@ -523,6 +524,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect filters: tags: @@ -535,6 +537,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report filters: @@ -548,6 +551,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report - update-sources-github @@ -562,6 +566,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report - update-sources-github @@ -577,6 +582,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report - update-sources-github @@ -586,4 +592,4 @@ workflows: tags: only: /^v.*/ branches: - ignore: /.*/ + ignore: /.*/ \ No newline at end of file