Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/deploy-to-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
name: Deploy Infrastructure
runs-on: ubuntu-latest
environment: development
if: github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.modified, 'aws/cloudformation')

steps:
- name: Checkout
Expand Down Expand Up @@ -62,7 +61,6 @@ jobs:
runs-on: ubuntu-latest
environment: development
needs: deploy-infrastructure
if: always() # Run even if infrastructure deployment is skipped

steps:
- name: Checkout
Expand Down