FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(ci): run release workflow only on main repository · python-zeroconf/python-zeroconf@a2f144c · GitHub

Commit a2f144c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.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)

Back | FazBrowse Home | New Git URL