feat: add skip cleanup option (#1716)

Closes #1545
This commit is contained in:
Tom Keller
2026-04-03 15:00:34 -07:00
committed by GitHub
parent 51635dbf41
commit 11b1c58b24
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ runs:
using: node24
main: dist/index.js
post: dist/cleanup/index.js
post-if: env.AWS_SKIP_CLEANUP_STEP != 'true'
branding:
color: orange
icon: cloud