From a2f144cb93bc3723b1009cdccccacbc8e172498e Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 16 Feb 2025 01:45:06 +0100 Subject: [PATCH] fix(ci): run release workflow only on main repository fix pervious attempt --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 578fe76a..11df0a2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: - test - lint - commitlint - if: ${{ github.repository_owner }} == "python-zeroconf" + if: github.repository_owner == 'python-zeroconf' runs-on: ubuntu-latest environment: release