Skip to content

build(deps-dev): bump @playwright/test from 1.46.1 to 1.47.0 in the devdependencies group #635

build(deps-dev): bump @playwright/test from 1.46.1 to 1.47.0 in the devdependencies group

build(deps-dev): bump @playwright/test from 1.46.1 to 1.47.0 in the devdependencies group #635

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