mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 11:36:36 +00:00 
			
		
		
		
	feat!: Include ZIM files in releases (#3102)
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/build-pr.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build-pr.yml
									
									
									
									
										vendored
									
									
								
							| @@ -101,6 +101,16 @@ jobs: | ||||
|       continue-on-error: true | ||||
|       privileged: ${{ fromJSON(needs.metadata.outputs.privileged) }} | ||||
|  | ||||
|   build_zimfile: | ||||
|     if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:build zimfile') }} | ||||
|     needs: [submodule, metadata] | ||||
|     uses: ./.github/workflows/build-zimfile.yml | ||||
|     with: | ||||
|       ref: ${{github.event.pull_request.head.ref}} | ||||
|       repo: ${{github.event.pull_request.head.repo.full_name}} | ||||
|     secrets: | ||||
|       RO_DISCOURSE_API_KEY: ${{ secrets.RO_DISCOURSE_API_KEY }} | ||||
|  | ||||
|   combine_build: | ||||
|     needs: [build_english, build_i18n, build_blog] | ||||
|     if: | | ||||
| @@ -129,5 +139,5 @@ jobs: | ||||
|  | ||||
|   cleanup: | ||||
|     if: ${{ always() }} | ||||
|     needs: [build_english, build_i18n, build_blog] | ||||
|     needs: [build_english, build_i18n, build_blog, build_zimfile] | ||||
|     uses: privacyguides/.github/.github/workflows/cleanup.yml@main | ||||
|   | ||||
		Reference in New Issue
	
	Block a user