From 660de9f64c9e5b0e176ed6a80bd2e8c784dca58f Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Wed, 6 Mar 2024 11:33:54 -0600 Subject: [PATCH] Change requires job name --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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