From a1c5f68b9e36d8f83278e6cac14c9b8d4374df33 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 18 May 2026 12:32:54 -0500 Subject: [PATCH] ci: Remove zimfile builds temporarily --- .github/workflows/build-pr.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index ebcc02e95..76e3e7480 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -58,13 +58,6 @@ jobs: repo: ${{github.event.pull_request.head.repo.full_name}} continue-on-error: false - build_zimfile: - if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:build zimfile') }} - uses: ./.github/workflows/build-zimfile.yml - with: - ref: ${{github.event.pull_request.head.ref}} - repo: ${{github.event.pull_request.head.repo.full_name}} - combine_build: needs: build_english runs-on: ubuntu-latest