Skip to content

Clean root deps

Clean root deps #351

# To save £££, we only run the Chromatic tests once the `run_chromatic` label is
# applied. This workflow triggers Chromatic tests if the label is applied to a
# PR.
name: Chromatic
on:
pull_request:
types: [labeled]
jobs:
deploy:
if: contains(github.event.pull_request.labels.*.name, 'run_chromatic')
uses: ./.github/workflows/chromatic.yml
permissions:
checks: write
secrets:
CHROMATIC_SOURCE_TOKEN: ${{ secrets.CHROMATIC_SOURCE_TOKEN }}
CHROMATIC_SOURCE_DEVELOPMENT_KITCHEN_TOKEN: ${{ secrets.CHROMATIC_SOURCE_DEVELOPMENT_KITCHEN_TOKEN }}