From 674cf2c64e8dcb5a605cafb5f416dd731a25961b Mon Sep 17 00:00:00 2001 From: "Jason C. Leach" Date: Fri, 25 Oct 2024 11:03:46 -0700 Subject: [PATCH] fix: pipe logic Signed-off-by: Jason C. Leach --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 813b97cc..efccf053 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -81,12 +81,12 @@ jobs: id: core_files_changed uses: ./.github/workflows/actions/early-exit-check - - name: Check if core files changed + - name: xxxxxxx # if: steps.core_files_changed.outputs.result != 'true' id: core_files_changed_output shell: bash run: | - echo "xxxx = ${{ steps.core_files_changed.outputs.result == 'true' }}" + echo "xxxx = ${{ steps.core_files_changed.outputs.result != 'true' }}" # if [ "${{ steps.core_files_changed.outputs.result }}" == "true" ]; then # echo "YESSSSSSSSS"