Skip to content

Commit 7bd4572

Browse files
authored
Fix: [AEA-0000] - delete old stacks on merge (#167)
## Summary - Routine Change ### Details - delete old stacks on merge
1 parent 6cab8d4 commit 7bd4572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/delete_old_cloudformation_stacks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
workflow_dispatch:
66
schedule:
77
- cron: "0 2,14 * * *"
8+
push:
9+
branches: [main]
810

911
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1012
jobs:

0 commit comments

Comments
 (0)