diff --git a/.circleci/config.yml b/.circleci/config.yml index 85a4be0..ec7030b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ workflows: - lint - approval-for-deploy-tested-up-to-bump: requires: - - checks + - lint type: approval filters: tags: @@ -40,4 +40,4 @@ workflows: branches: ignore: /.*/ requires: - - checks + - lint