1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-24 04:11:17 +00:00

ci: Remove zimfile builds temporarily

This commit is contained in:
2026-05-18 12:32:54 -05:00
parent cb94cbee95
commit a1c5f68b9e
-7
View File
@@ -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