From 52e99ccf1fdd1e4eb405b92c4b1ebc33f8239feb Mon Sep 17 00:00:00 2001 From: Ben Moore Date: Mon, 30 Mar 2020 15:28:16 -0500 Subject: [PATCH] ci: fix new job naming --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ad0ecd..3126752 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,7 +140,7 @@ workflows: only: /^\d+\.\d+\.\d+$/ branches: only: master - - standards: + - checks: filters: tags: only: /^\d+\.\d+\.\d+$/ @@ -152,7 +152,7 @@ workflows: context: genesis-svn requires: - checkout - - standards + - checks filters: tags: only: /^\d+\.\d+\.\d+$/