Skip to content

feat: Save detour text edits #3196

feat: Save detour text edits

feat: Save detour text edits #3196

name: Deploy to Dev-blue (ECS)
on:
workflow_dispatch:
pull_request:
types:
- synchronize
- labeled
jobs:
deploy:
name: Deploy to Dev-blue (ECS)
concurrency:
group: dev-blue
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'deploy-to-dev-blue') }}
uses: ./.github/workflows/deploy-base.yml
with:
env: dev-blue
secrets: inherit