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"