From f1bf3b9d47df8b2472f252c547e0ed19ce909af2 Mon Sep 17 00:00:00 2001 From: nhkhai Date: Tue, 30 Apr 2024 18:58:08 +0800 Subject: [PATCH] Update config.yml Temporarily commented out the scan job requirement for debugging. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 80f2220..1d85e9e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -216,7 +216,7 @@ workflows: requires: # - test - build_and_test - - scan + # - scan filters: # tags: # only: /^v[0-9]+\.[0-9]+\.[0-9]+$/ # Ensure this job runs only for semantically versioned tags. This regex pattern matches semantic versioning tags (e.g., v1.0.0, v2.1.3).