2
0

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

View File

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