diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index ce1d3e1..362601e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,7 @@ jobs: hassfest: name: Hassfest validation runs-on: ubuntu-latest - if: runner.arch != 'ARM64' + if: github.server_url == 'https://github.com' steps: - uses: actions/checkout@v4 - uses: home-assistant/actions/hassfest@master @@ -24,7 +24,7 @@ jobs: hacs: name: HACS validation runs-on: ubuntu-latest - if: runner.arch != 'ARM64' + if: github.server_url == 'https://github.com' steps: - uses: actions/checkout@v4 - uses: hacs/action@main