Skip to content

Commit 5e4b4ed

Browse files
authored
Re-deploy ALI every Monday morning (#339)
This serves 2 purposes: 1) To ensure that the deployed ALI is synced with what is in ci-infra 2) To allow scaledown to terminate unused runners Allowing scaledown to terminate runners might be beneficial to save on spend. Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
1 parent 191b6ba commit 5e4b4ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ali-deploy-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Terraform Apply / Runners / Production - ALI
22

33
on:
4+
schedule:
5+
- cron: "0 12 * * 1" # Monday mornings at 7 or 8 AM ET
46
workflow_dispatch:
57

68
concurrency:

0 commit comments

Comments
 (0)