We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455f3aa commit e62066bCopy full SHA for e62066b
.github/workflows/cleanup.yml
@@ -42,7 +42,6 @@ jobs:
42
run \
43
--config ./.github/workflows/cleanup/aws-nuke.yml
44
--no-dry-run \
45
- --no-prompt \
46
--no-alias-check \
47
--force \
48
--force-sleep 3 \
.github/workflows/cleanup/aws-nuke.yml
@@ -9,6 +9,9 @@ regions:
9
blocklist:
10
- "999999999999" # We don't have "production" accounts.
11
12
+bypass-alias-check-accounts:
13
+ - 726952677045
14
+
15
accounts:
16
"726952677045":
17
filters:
0 commit comments