Skip to content

Revert "fix: Allow Hastus import to work when a block has as-directeds and regular trips" #2661

Revert "fix: Allow Hastus import to work when a block has as-directeds and regular trips"

Revert "fix: Allow Hastus import to work when a block has as-directeds and regular trips" #2661

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