Skip to content

chore: SCIAPPENG-41 server/ecs/app.py: set cors for prod vcp #2693

chore: SCIAPPENG-41 server/ecs/app.py: set cors for prod vcp

chore: SCIAPPENG-41 server/ecs/app.py: set cors for prod vcp #2693

# Validates PR title follows conventional commits
name: conventional-commits
on:
pull_request:
branches: main
types:
- edited
- opened
- synchronize
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
conventional_commit_title:
runs-on: ARM64
steps:
- uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@v2.13.0