Skip to content

Commit 4b27225

Browse files
committed
ci: reduce scope
1 parent bbfce3a commit 4b27225

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

.github/workflows/ci.yml

+2-17
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ jobs:
3030
python-version: 3.x
3131

3232
- name: Install test dependencies.
33-
run: pip3 install yamllint ansible ansible-lint
34-
35-
- name: Lint code.
36-
run: |
37-
yamllint .
33+
run: pip3 install ansible ansible-lint
3834

3935
- name: Lint code.
4036
run: |
@@ -48,20 +44,9 @@ jobs:
4844
include:
4945
- distro: debian12
5046
playbook: converge.yml
51-
- distro: debian11
52-
playbook: converge.yml
53-
- distro: debian10
54-
playbook: converge.yml
5547
- distro: rockylinux9
5648
playbook: converge.yml
57-
- distro: rockylinux8
58-
playbook: converge.yml
59-
- distro: centos7
60-
playbook: converge.yml
61-
- distro: ubuntu2204
62-
playbook: converge.yml
63-
- distro: ubuntu2004
64-
playbook: converge.yml
49+
- distro: ubuntu2404
6550
steps:
6651
- name: Check out the codebase.
6752
uses: actions/checkout@v4

.yamllint

-6
This file was deleted.

0 commit comments

Comments
 (0)