From d629b75e65585be35b01f77aaf82f4bf75e8bfc0 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 15 Jan 2023 10:40:03 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20No=20error=20on=20changeless=20exit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index e9a8667bba..e7af3fc0df 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -38,7 +38,7 @@ jobs: DIRS=$(git diff --name-only --diff-filter=AMR origin/$BASE_BRANCH HEAD | grep -E ".+\.h" | while IFS= read -r f; do dirname "$f"; done | uniq) # Exit if nothing testable changed - [[ -z $DIRS ]] && { echo "No Configuration changes detected."; exit 3 ; } + [[ -z $DIRS ]] && { echo "No Configuration changes detected."; exit ; } # Set DIRS in the persistent environment echo -e "DIRS<>$GITHUB_ENV