Skip to content

Commit a351218

Browse files
committed
chore: turn deletes back on
1 parent 6fbbc55 commit a351218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration-aws.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
push:
2222
branches:
2323
- main
24-
- feature/uat-aws
2524

2625
permissions:
2726
contents: read
@@ -46,7 +45,7 @@ jobs:
4645
CAPACITY_RESERVATION_ID: "cr-0cbe491320188dfa6"
4746

4847
# Debug
49-
SKIP_DELETE: "true" # skip cluster deletion
48+
SKIP_DELETE: "false" # skip cluster deletion
5049
TEST_TAG: "main-33c1d03"
5150

5251
steps:

0 commit comments

Comments
 (0)