Skip to content

fix: split up build and deploy steps #2755

fix: split up build and deploy steps

fix: split up build and deploy steps #2755

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

Check failure on line 16 in .github/workflows/deploy-dev-green.yml

View workflow run for this annotation

GitHub Actions / Deploy to Dev-green (ECS)

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy-dev-green.yml (Line: 16, Col: 11): Error from called workflow mbta/skate/.github/workflows/deploy-base.yml@0815448f11c288a155a304c059eaa40d0ced301a (Line: 73, Col: 14): Unexpected value '' In .github/workflows/deploy-dev-green.yml (Line: 16, Col: 11): Error from called workflow mbta/skate/.github/workflows/deploy-base.yml@0815448f11c288a155a304c059eaa40d0ced301a (Line: 74, Col: 9): Unexpected value 'fetch-depth'
with:
env: dev-green
secrets: inherit