Skip to content

Commit

Permalink
CI: Only run dependency review for upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and nedbat committed Jan 5, 2024
1 parent ed6454f commit 1ac145b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions:

jobs:
dependency-review:
if: github.repository_owner == 'nedbat'
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
Expand Down

0 comments on commit 1ac145b

Please sign in to comment.