From 10392b574a401fd8abd91b70011fc6c34f7abe2f Mon Sep 17 00:00:00 2001 From: Jaideep Bhoosreddy Date: Tue, 12 Nov 2019 16:48:49 -0500 Subject: [PATCH] fix syntax error --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f74650590b41..d5a03d1470a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -152,6 +152,6 @@ workflows: jobs: - approve-test262-run: type: approval - - test262 + - test262: requires: - approve-test262-run