Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Temporarily commented out the scan job requirement for debugging.
  • Loading branch information
nhkhai committed Apr 30, 2024
1 parent 299f434 commit f1bf3b9
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 f1bf3b9

Please sign in to comment.