From 696b6e737a6c4d2ecb26cd559278ddaebe27b985 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:43:25 +0100 Subject: [PATCH] [PR #11523/1ae058db backport][stable-12] reduce collection build time with build_ignore (#11528) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reduce collection build time with build_ignore (#11523) * reduce build time with build_ignore * just ignore .nox --------- (cherry picked from commit 1ae058db633c2cb6c26d6cbca314a87fc195a1ce) Signed-off-by: Thomas Sjögren Co-authored-by: Thomas Sjögren --- galaxy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/galaxy.yml b/galaxy.yml index 45e2861202..f1b1fc621d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -19,3 +19,5 @@ repository: https://github.com/ansible-collections/community.general documentation: https://docs.ansible.com/projects/ansible/latest/collections/community/general/ homepage: https://github.com/ansible-collections/community.general issues: https://github.com/ansible-collections/community.general/issues +build_ignore: + - .nox