Skip to content

Commit b413b7b

Browse files
committed
Clean
1 parent 9d44757 commit b413b7b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/stop-ecs.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Stop All ECS Tasks
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
confirm:
7-
description: 'Type "yes" to confirm stopping all tasks'
8-
required: true
9-
type: string
105

116
env:
127
AWS_REGION: ${{ vars.AWS_REGION || 'eu-central-1' }}
@@ -19,12 +14,6 @@ jobs:
1914
runs-on: ubuntu-latest
2015
environment: production
2116
steps:
22-
- name: Validate confirmation
23-
if: ${{ github.event.inputs.confirm != 'yes' }}
24-
run: |
25-
echo "Confirmation not provided. Please type 'yes' to confirm."
26-
exit 1
27-
2817
- name: Configure AWS credentials
2918
uses: aws-actions/configure-aws-credentials@v4
3019
with:

0 commit comments

Comments
 (0)