From 529a325880426b9c4abe9cfd918f91d63c710161 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Wed, 26 May 2021 11:00:48 -0500 Subject: [PATCH] Default output to 'true' in CircleCI job skipping steps --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ffe55c216..c9b629052 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,8 @@ commands: if [ -z $ROOT_CHANGED_FILES ] ; then echo "halting step" circleci step halt + else + true fi skip-if-lattice-unchanged: description: "skips the parent job if the PR includes no changes to lattice" @@ -53,6 +55,8 @@ commands: if [ -z $LATTICE_CHANGED_FILES ] ; then echo "halting step" circleci step halt + else + true fi jobs: