From c570e157bef8dd17b7674f4a5a26e66bee9e720c Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Sat, 31 Jan 2026 01:59:05 +0300 Subject: [PATCH] Skip the validation step on Gitea --- .github/workflows/validate.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 46b83ad..9bc6f95 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -13,4 +13,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: home-assistant/actions/hassfest@master \ No newline at end of file + - uses: home-assistant/actions/hassfest@master + if: github.server_url == 'https://github.com' \ No newline at end of file