Skip to content

Cleaning preview

Cleaning preview #1007

Workflow file for this run

name: Deploy Front QA
on:
pull_request:
types: [closed]
branches:
- main
paths-ignore:
- "**.md"
workflow_dispatch:
concurrency:
group: deploy_front_qa
cancel-in-progress: false
jobs:
deploy:
uses: ./.github/workflows/reusable-deploy.yml
with:
check_deployment_blocked: false
component: front-qa
dockerfile_path: ./front/Dockerfile
enforce_main: false
regions: us-central1
working_dir: ./
run_playwright_tests: true
secrets: inherit