Skip to content

fix!: unsupported sales channel migration #435

fix!: unsupported sales channel migration

fix!: unsupported sales channel migration #435

Workflow file for this run

name: Acceptance
on:
workflow_dispatch:
inputs:
update_snapshots:
description: Update snapshots
required: false
type: boolean
default: false
push:
branches:
- trunk
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
playwright:
name: Playwright
uses: ./.github/workflows/action-acceptance.yml
with:
extension_name: ${{ github.event.repository.name }}
platform_branch: trunk
update_snapshots: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.update_snapshots == 'true' }}