Skip to content

feat(ts/detour/fs-element-steps): add element labels to next step in activate modal #2946

feat(ts/detour/fs-element-steps): add element labels to next step in activate modal

feat(ts/detour/fs-element-steps): add element labels to next step in activate modal #2946

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