Skip to content

feat(ts/notifications): create notification card for detours #3027

feat(ts/notifications): create notification card for detours

feat(ts/notifications): create notification card for detours #3027

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