From 281256e2f9bfdae052b584f0cf76e3ed1e85d8a7 Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Wed, 1 May 2024 03:06:07 +0800 Subject: [PATCH] Update config.yml Updated to meet the requirements that the deployment can still happen even if the scan fails. --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe3ade1..e847a3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,6 +90,4 @@ workflows: - scan: requires: - publish - - deploy: - requires: - - publish + - deploy