Skip to content

Commit 14df8c4

Browse files
committed
ci to create and delete k8s
1 parent c0f9653 commit 14df8c4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cleanup-k8s.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Cleanup K8s Clusters and EC2 Instances
22

33
on:
4+
push:
5+
branches:
6+
- garvit/k8s-ci
47
schedule:
58
# Run daily at 2 AM UTC
69
- cron: '0 2 * * *'

.github/workflows/create-k8s.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Create Kubernetes Cluster
22

33
on:
4+
push:
5+
branches:
6+
- garvit/k8s-ci
47
workflow_dispatch:
58
inputs:
69
cloud:

0 commit comments

Comments
 (0)