diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 45187c2..aebb835 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,7 +94,8 @@ jobs: mv secrets.sample.yaml secrets.yaml ls -la hass -c . --script check_config | tee check.output - ! less check.output | grep -q "Failed config" + +# ! less check.output | grep -q "Failed config" # # - name: Send a telegram message with job status # # if: always()