Skip to content

build(deps): bump @mui/x-data-grid from 6.19.4 to 6.20.4 #85

build(deps): bump @mui/x-data-grid from 6.19.4 to 6.20.4

build(deps): bump @mui/x-data-grid from 6.19.4 to 6.20.4 #85

name: Orchestration PROD
on:
pull_request:
branches:
- main
types:
- closed
jobs:
analysis:
name: Analysis
if: ${{ github.event.pull_request.merged }}
uses: ./.github/workflows/analysis.yml
secrets: inherit
ui:
if: ${{ github.event.pull_request.merged }}
name: ui
needs:
- analysis
uses: ./.github/workflows/ui.yml
with:
environment: prod
secrets: inherit