From ea970a044f8ce3cdcb9004fb598e6d2e9b02eaa2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 13 Jun 2025 06:11:49 +0200 Subject: [PATCH] Stick to community.general 10.x.y for CI. --- .github/workflows/ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index baa08c54..abff749e 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -284,7 +284,7 @@ jobs: pre-test-cmd: >- git clone --depth=1 --single-branch https://github.com/ansible-collections/community.internal_test_tools.git ../../community/internal_test_tools ; - git clone --depth=1 --single-branch https://github.com/ansible-collections/community.general.git ../../community/general + git clone --depth=1 --single-branch --branch stable-10 https://github.com/ansible-collections/community.general.git ../../community/general pull-request-change-detection: 'true' target: ${{ matrix.target }} target-python-version: ${{ matrix.python }}