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.
2 parents 28a425d + cb1188d commit 5294b2cCopy full SHA for 5294b2c
.github/workflows/ci-knip.yml
@@ -22,6 +22,7 @@ jobs:
22
env:
23
NODE_OPTIONS: "--max_old_space_size=4096"
24
name: Run Knip Linter
25
+ if: github.event.pull_request.head.repo.full_name == github.repository
26
steps:
27
- name: Checkout Repo
28
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -33,4 +34,4 @@ jobs:
33
34
uses: withstudiocms/automations/.github/actions/install@main
35
36
- name: Run Knip Linter
- run: pnpm knip
37
+ run: pnpm knip
0 commit comments