Skip to content

Commit

Permalink
fix: Only run job on weave-gitops repo
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Oct 16, 2023
1 parent e1689c8 commit 8b91b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
ci-publish-js-lib:
name: Publish js library
runs-on: ubuntu-latest
if: github.repository == 'weaveworks/weave-gitops'
needs: [ci-js]
permissions:
packages: write
Expand Down

0 comments on commit 8b91b02

Please sign in to comment.