Skip to content

Commit 5c0cf43

Browse files
committed
ci: skip chromatic on forks
1 parent 4ed4254 commit 5c0cf43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
chromatic:
1818
name: 📚 Chromatic
1919
runs-on: ubuntu-24.04-arm
20-
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
20+
if: ${{ github.repository == 'npmx-dev/npmx.dev' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
2121

2222
steps:
2323
- name: ☑️ Checkout

0 commit comments

Comments
 (0)