Skip to content

Commit adcd6bc

Browse files
committed
rename test configs to Cluster Autoscaler and Vertical Pod Autoscaler
1 parent ea18cc8 commit adcd6bc

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/ca-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cluster Autoscaler Tests
1+
name: Cluster Autoscaler
22

33
on:
44
push:
@@ -16,7 +16,8 @@ permissions:
1616
checks: write
1717

1818
jobs:
19-
cluster-autoscaler-test:
19+
test:
20+
name: Run unit tests
2021
runs-on: ubuntu-latest
2122
steps:
2223
- uses: actions/[email protected]

.github/workflows/vpa-golangci-lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: Vertical Pod Autoscaler
22

33
on:
44
push:
@@ -15,8 +15,8 @@ permissions:
1515
contents: read
1616

1717
jobs:
18-
golangci:
19-
name: golangci-lint - VPA
18+
lint:
19+
name: Run golangci-lint
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v5

.github/workflows/vpa-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: VPA Tests
1+
name: Vertical Pod Autoscaler
22

33
on:
44
push:
@@ -16,7 +16,8 @@ permissions:
1616
checks: write
1717

1818
jobs:
19-
vertical-pod-autoscaler-test:
19+
test:
20+
name: Run unit tests
2021
runs-on: ubuntu-latest
2122
steps:
2223
- uses: actions/[email protected]

0 commit comments

Comments
 (0)