Skip to content

Commit 0b42935

Browse files
authored
CI: Skip cross account testing (#234)
Skip cross account testing
1 parent 79559d0 commit 0b42935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plan-examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_examples():
99
returning a string formatted json array of the example directories minus those that are excluded
1010
"""
1111
exclude = {
12-
'', # Add examples here to exclude from terraform plan
12+
'examples/eks-cross-account-with-central-amp', # Add examples here to exclude from terraform plan
1313
}
1414

1515
projects = {

0 commit comments

Comments
 (0)