Skip to content

Commit 7db876d

Browse files
committed
try ubuntu-slim
1 parent fb24e77 commit 7db876d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
kubeconform:
5656
name: Lint Kubernetes manifests
57-
runs-on: ubuntu-latest
57+
runs-on: ubuntu-slim
5858
steps:
5959
- uses: actions/checkout@v6
6060
- name: Install kubeconform

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
run:
1010
name: Spellcheck
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-slim
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Check spelling

0 commit comments

Comments
 (0)