Change github workflow for chromatic to only run on official Mastodon repository (#34963)

This commit is contained in:
Claire 2025-06-06 14:57:41 +02:00 committed by GitHub
parent c92e21813e
commit ba75ba3adc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ jobs:
chromatic: chromatic:
name: Run Chromatic name: Run Chromatic
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == 'mastodon/mastodon'
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4