From 678cb45ff7a90837eded311fef934fd9610fc2fb Mon Sep 17 00:00:00 2001 From: Adlai Holler Date: Thu, 8 Nov 2018 07:41:28 -0800 Subject: [PATCH] Fix name --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cfa948a..1921069d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ workflows: version: 2.1 github_pr_check: jobs: - - setup_pods_and_sim + - fetch_deps - {tests: {requires: [fetch_deps]}} - {examples-pt1: {requires: [tests]}} - {examples-pt2: {requires: [tests]}}