From 3a89a16cf2c664bfaa89236960a6782dd048f010 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 10 Apr 2024 23:17:36 -0500 Subject: [PATCH] cleanup and added check for json file --- .github/workflows/qmk_userspace_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qmk_userspace_build.yml b/.github/workflows/qmk_userspace_build.yml index 4a6b94f5..966113c7 100644 --- a/.github/workflows/qmk_userspace_build.yml +++ b/.github/workflows/qmk_userspace_build.yml @@ -61,7 +61,8 @@ jobs: run: | qmk userspace-doctor - - name: Read Non Tree Targets from JSON file + - name: Read Non-Tree Targets from JSON file + if: ${{ hashFiles( $GITHUB_WORKSPACE/qmk_nontree.json ) != '' }} run: | { echo 'COPY_TARGETS<