Skip to content

Build SRO for 2647 - ZO: Translation system #1027

Build SRO for 2647 - ZO: Translation system

Build SRO for 2647 - ZO: Translation system #1027

Workflow file for this run

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/gi-frontend/**'
- 'apps/gi-frontend-e2e/**'
- 'apps/zzz-frontend/**'
- 'apps/zzz-frontend-e2e/**'
- 'apps/somnia/**'
- 'apps/somnia-e2e/**'
- 'libs/gi/**'
- 'libs/zzz/**'
types: [opened, reopened, synchronize, labeled]
jobs:
call-build:
uses: ./.github/workflows/build-frontend.yml
with:
frontend_name: 'sr-frontend'
deployment_name: ${{ github.event.number }}
repo_var_name: 'PR_REPO'
repo_deploy_secret_name: 'PR_REPO_SSH_KEY'
show_dev_components: ${{ contains(github.event.pull_request.labels.*.name, 'showDevComponents') }}