Skip to content

build(deps-dev): bump @storybook/client-api from 7.6.16 to 7.6.17 #63

build(deps-dev): bump @storybook/client-api from 7.6.16 to 7.6.17

build(deps-dev): bump @storybook/client-api from 7.6.16 to 7.6.17 #63

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