From 19bfd6c938bd29c9abd466d7ca87357f08515a53 Mon Sep 17 00:00:00 2001 From: Donovan Preston Date: Mon, 26 Oct 2020 14:54:56 -0400 Subject: [PATCH] myaml is just the worst thing --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce17249bc2..9810fa8cb0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -297,11 +297,11 @@ workflows: tags: only: /.*/ - e2e-tests: - requires: - - build-and-test - filters: - tags: - only: /.*/ + requires: + - build-and-test + filters: + tags: + only: /.*/ - deploy: requires: - e2e-tests