Skip to content

Commit

Permalink
Merge pull request #16362 from eduardoj/fix/condition_to_run_apidocs_…
Browse files Browse the repository at this point in the history
…linter

Fix condition to run apidocs linter
  • Loading branch information
eduardoj committed Jun 18, 2024
2 parents 934fa0c + c5f021d commit 7372773
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,6 +22,6 @@ workflows:
src/api/db/.* run-migrations-tests true
src/api/Gemfile.lock run-passenger-and-ruby-default-gem-tests true
src/api/app/assets/javascripts/.* run-javascripts-linter true
src/api/public/apidocs-new/.* run-apidocs-linter true
src/api/public/apidocs/.* run-apidocs-linter true
base-revision: master
config-path: .circleci/conditional_config.yml

0 comments on commit 7372773

Please sign in to comment.