From 7b460b6224fc459762ba1378774e1e4baeeebfa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vikstr=C3=B6m?= Date: Tue, 6 May 2025 03:34:33 +0200 Subject: [PATCH] Restore ci-api-proto.yml --- .github/workflows/ci-api-proto.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-api-proto.yml b/.github/workflows/ci-api-proto.yml index 77caad2d22..d6469236d5 100644 --- a/.github/workflows/ci-api-proto.yml +++ b/.github/workflows/ci-api-proto.yml @@ -37,8 +37,6 @@ jobs: run: pip install aioesphomeapi -c requirements.txt -r requirements_dev.txt - name: Generate files run: script/api_protobuf/api_protobuf.py - - name: Show changes - run: git diff - name: Check for changes run: | if ! git diff --quiet; then