Skip to content

Commit

Permalink
avoid running automatic deps changesets on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Aug 9, 2022
1 parent 4c40f6f commit 2e727e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependencies-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
changeset:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

1 comment on commit 2e727e5

@vercel
Copy link

@vercel vercel bot commented on 2e727e5 Aug 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.