Skip to content

build(deps): bump @mui/lab from 5.0.0-alpha.165 to 5.0.0-alpha.175 #114

build(deps): bump @mui/lab from 5.0.0-alpha.165 to 5.0.0-alpha.175

build(deps): bump @mui/lab from 5.0.0-alpha.165 to 5.0.0-alpha.175 #114

name: Orchestration DEV
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
analysis:
name: Analysis
uses: ./.github/workflows/analysis.yml
secrets: inherit
ui:
name: ui
needs:
- analysis
uses: ./.github/workflows/ui.yml
with:
environment: dev
secrets: inherit