diff --git a/.circleci/config.yml b/.circleci/config.yml index ffc1575..0e036a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,17 +68,17 @@ workflows: filters: tags: only: /.*/ - # - yarnLint: - # filters: - # tags: - # only: /.*/ + - yarnLint: + filters: + tags: + only: /.*/ - buildImage: context: dockerhub-bot filters: tags: only: /.*/ requires: - # - yarnLint + - yarnLint - helmLint - integrationTests: filters: