From d8081047251d53be3da28a4ce1fabf525b619bff Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 25 Aug 2026 10:25:42 +1000 Subject: [PATCH] ci: test the daily bonsai build against the branch that built it The bare clone fetched the default branch, so a v0.9.0 daily would be smoke-tested and pytested against v0.8.0 scripts and tests. Co-Authored-By: Claude Fable 5 --- .github/workflows/ci-bonsai-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-bonsai-daily.yml b/.github/workflows/ci-bonsai-daily.yml index ac284823ff..ae5f4f5e9f 100644 --- a/.github/workflows/ci-bonsai-daily.yml +++ b/.github/workflows/ci-bonsai-daily.yml @@ -119,7 +119,7 @@ jobs: blender --command extension install-file -r user_default -e $bonsai_zip blender --command extension list - git clone https://github.com/IfcOpenShell/IfcOpenShell.git IfcOpenShell + git clone --branch ${{ github.ref_name }} --single-branch https://github.com/IfcOpenShell/IfcOpenShell.git IfcOpenShell # Reregister Bonsai. # Note that running it in background might miss some errors