We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daad164 + 2e7dade commit 64123f1Copy full SHA for 64123f1
1 file changed
.github/workflows/deploy-all.yml
@@ -41,8 +41,9 @@ jobs:
41
echo "Dispatching ci-cd workflow for ${{ matrix.name }}..."
42
gh workflow run ci-cd.yml \
43
--repo devopsabcs-engineering/${{ matrix.repo }} \
44
- --ref main
45
- echo "Dispatch sent to ${{ matrix.repo }}"
+ --ref main \
+ --field skip_teardown=true
46
+ echo "Dispatch sent to ${{ matrix.repo }} (teardown skipped)"
47
48
- name: Wait for workflow to start
49
env:
0 commit comments