CI: Move ansible-core 2.18 completely to GHA (#1277)

* Move ansible-core 2.18 completely to GHA.

* Shorten group names.
This commit is contained in:
Felix Fontein
2026-06-05 09:21:35 +02:00
committed by GitHub
parent c5a5d7c337
commit 97fa83ee03
2 changed files with 5 additions and 26 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ def update_azp_config(session: nox.Session) -> None:
"--exclude-tags",
"docker",
"--min-ansible-core",
"2.18",
"2.19",
]
if antsibull_nox.IN_CI:
command.append("--fail-on-change")