Skip to content

Commit

Permalink
.github/workflows/PyNUTClient.yml: limit auto-runs to NUT upstream [#…
Browse files Browse the repository at this point in the history
…2158]

Other repos lack needed pypi credentials anyway.

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov authored Nov 11, 2023
1 parent 1d2d24d commit 188940c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PyNUTClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:

jobs:
build-n-publish:
if: github.repository_owner == 'networkupstools'
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 188940c

Please sign in to comment.