From eadcab8dbc2769b20518af3aa45569dc1411e271 Mon Sep 17 00:00:00 2001 From: nhkhai Date: Tue, 30 Apr 2024 19:14:26 +0800 Subject: [PATCH] Update config.yml Restored the scan requirement, since the main error was resolved. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d85e9e..80f2220 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).