Skip to content

build(deps-dev): bump rollup from 4.17.2 to 4.18.0 in the rollup group #354

build(deps-dev): bump rollup from 4.17.2 to 4.18.0 in the rollup group

build(deps-dev): bump rollup from 4.17.2 to 4.18.0 in the rollup group #354

# 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 }}