Build SRO for 2553 - Update combo editor #925
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build SRO PR | |
run-name: Build SRO for ${{ github.event.number }} - ${{ github.event.pull_request.title }} | |
permissions: | |
contents: read | |
on: | |
pull_request: | |
paths-ignore: | |
- 'apps/frontend/**' | |
- 'apps/frontend-e2e/**' | |
- 'apps/somnia/**' | |
- 'apps/somnia-e2e/**' | |
- 'libs/gi/**' | |
types: [opened, reopened, synchronize, labeled] | |
jobs: | |
call-build: | |
uses: ./.github/workflows/build-frontend.yml | |
with: | |
frontend_name: 'sr-frontend' | |
deployment_name: ${{ github.event.number }} | |
show_dev_components: ${{ contains(github.event.pull_request.labels.*.name, 'showDevComponents') }} |