Skip to content

add compact mode for sort icon #1612

add compact mode for sort icon

add compact mode for sort icon #1612

Workflow file for this run

name: build
on:
workflow_dispatch:
inputs:
cypress:
description: 'Run cypress'
required: false
type: boolean
default: false
chromatic:
description: 'Run chromatic'
required: false
type: boolean
default: false
push:
jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@main
secrets: inherit
with:
chromatic_enable: ${{ inputs.chromatic == true }}
cypress_enable: true
cypress_run_because_flag: ${{ inputs.cypress == true }}