Skip to content

Commit

Permalink
only do lint when deploy configs changed
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Jan 9, 2023
1 parent cbd054d commit c562e2c
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 @@ -22,7 +22,7 @@ workflows:
mapping: |
.circle/.* lint_only false
cmake/.* lint_only false
configs/.* lint_only false
configs/.* lint_only true
csrc/.* lint_only false
demo/csrc/.* lint_only false
docker/.* lint_only true
Expand Down

0 comments on commit c562e2c

Please sign in to comment.