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