Skip to content

Commit a2f144c

Browse files
committed
fix(ci): run release workflow only on main repository
fix pervious attempt
1 parent d4506fd commit a2f144c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- test
116116
- lint
117117
- commitlint
118-
if: ${{ github.repository_owner }} == "python-zeroconf"
118+
if: github.repository_owner == 'python-zeroconf'
119119

120120
runs-on: ubuntu-latest
121121
environment: release

0 commit comments

Comments
 (0)