From f834ff26ad32e90e3cecc156b62e61c33056c7e4 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 10 Apr 2026 18:56:30 +0100 Subject: [PATCH] Check out PyAutoFit main instead of main_build in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PyAutoFit's main_build branch has been retired — origin/main now tracks the same tip, so the workflow no longer needs a special-case ref or the skip block that kept PyAutoFit on main_build during main-branch CI runs. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08fef706a..58bffa3d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,6 @@ jobs: uses: actions/checkout@v2 with: repository: rhayes777/PyAutoFit - ref: main_build path: PyAutoFit - name: Checkout PyAutoArray uses: actions/checkout@v2 @@ -51,11 +50,6 @@ jobs: export BRANCH="${{ steps.extract_branch.outputs.branch }}" for PACKAGE in ${PACKAGES[@]}; do pushd $PACKAGE - if [[ "$PACKAGE" == "PyAutoFit" && "$BRANCH" == "main" ]]; then - echo "Skipping branch override for PyAutoFit (keeping main_build)" - popd - continue - fi export existed_in_remote=$(git ls-remote --heads origin ${BRANCH}) if [[ -z ${existed_in_remote} ]]; then