Skip to content

Commit 5294b2c

Browse files
Merge branch 'main' into bugfix-wysiwyg
2 parents 28a425d + cb1188d commit 5294b2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-knip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
env:
2323
NODE_OPTIONS: "--max_old_space_size=4096"
2424
name: Run Knip Linter
25+
if: github.event.pull_request.head.repo.full_name == github.repository
2526
steps:
2627
- name: Checkout Repo
2728
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -33,4 +34,4 @@ jobs:
3334
uses: withstudiocms/automations/.github/actions/install@main
3435

3536
- name: Run Knip Linter
36-
run: pnpm knip
37+
run: pnpm knip

0 commit comments

Comments
 (0)