Skip to content

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

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 #3266

Workflow file for this run

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