Skip to content

Commit

Permalink
Update checkNpm.yml - limit to repository (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Oct 18, 2023
1 parent 5783fce commit 9be07f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checkNpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

jobs:
check-npms:
name: check npm access
if: |
github.repository == 'ioBroker/ioBroker.repositories'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9be07f7

Please sign in to comment.