Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Restored the scan requirement, since the main error was resolved.
  • Loading branch information
nhkhai committed Apr 30, 2024
1 parent 64e20a8 commit eadcab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit eadcab8

Please sign in to comment.