Skip to content

Commit 64123f1

Browse files
Merge pull request #24 from devopsabcs-engineering/feature/2109-skip-teardown-input
feat(workflows): add skip_teardown input for orchestrated deployments Fixes AB#2109
2 parents daad164 + 2e7dade commit 64123f1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-all.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
echo "Dispatching ci-cd workflow for ${{ matrix.name }}..."
4242
gh workflow run ci-cd.yml \
4343
--repo devopsabcs-engineering/${{ matrix.repo }} \
44-
--ref main
45-
echo "Dispatch sent to ${{ matrix.repo }}"
44+
--ref main \
45+
--field skip_teardown=true
46+
echo "Dispatch sent to ${{ matrix.repo }} (teardown skipped)"
4647
4748
- name: Wait for workflow to start
4849
env:

0 commit comments

Comments
 (0)