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 4ed4254 commit 5c0cf43Copy full SHA for 5c0cf43
1 file changed
.github/workflows/chromatic.yml
@@ -17,7 +17,7 @@ jobs:
17
chromatic:
18
name: 📚 Chromatic
19
runs-on: ubuntu-24.04-arm
20
- if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
+ if: ${{ github.repository == 'npmx-dev/npmx.dev' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
21
22
steps:
23
- name: ☑️ Checkout
0 commit comments