Skip to content

Commit c5cf029

Browse files
committed
pt3
1 parent 3493bd6 commit c5cf029

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/actions/free-up-disk-space/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: 'Free up disk space'
23
description: 'Removes unnecessary packages and files to free up disk space on GitHub runners'
34
runs:

.github/actions/provision-k8s/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: 'Provision K8s Cluster'
23
description: 'Installs cri-o and provisions a single-node Kubernetes cluster using kubeadm'
34
runs:

.github/workflows/test-provision-k8s.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
---
12
name: Test Provision K8s Action
23

3-
on:
4+
"on":
45
push:
56
paths:
67
- 'ci/cached-builds/**'

0 commit comments

Comments
 (0)