We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42495f commit 9420277Copy full SHA for 9420277
.github/workflows/dependencies-changesets.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
changeset:
9
runs-on: ubuntu-latest
10
+ if: github.event.pull_request.head.repo.full_name == github.repository
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v3
0 commit comments