Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Made the scan optional for the ci_flow.
  • Loading branch information
nhkhai committed Apr 30, 2024
1 parent 5618f38 commit 0fe605b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ workflows:
- publish:
requires:
- build_and_test
- scan
# - scan
filters:
branches:
ignore:
Expand All @@ -99,4 +99,4 @@ workflows:
- scan
- deploy:
requires:
- publish
- publish

0 comments on commit 0fe605b

Please sign in to comment.