Skip to content

feat: canvas toolbar tabs component added #6781

feat: canvas toolbar tabs component added

feat: canvas toolbar tabs component added #6781

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
# Cancel previous call in progress
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
visual-tests:
if: false
name: Visual Tests
uses: ./.github/workflows/tests-visual.yml
secrets: inherit
with:
batch-id: pr-${{ github.event.number }}
tests:
name: Tests
uses: ./.github/workflows/tests.yml
artifacts:
name: Artifacts
uses: ./.github/workflows/documentation.yml
secrets: inherit
with:
publish-folder: pr-${{ github.event.number }}