File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -312,10 +312,14 @@ jobs:
312312 id : docs-build-required
313313 run : echo "build_required=${{ env.build_docs }}" >> $GITHUB_OUTPUT
314314
315+ # =================================================================================================
316+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RUNNING ON SELF-HOSTED RUNNER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
317+ # =================================================================================================
318+
315319 docs :
316320 name : Documentation
317321 needs : [is_docs_pr]
318- runs-on : [self-hosted, Windows, pygeometry]
322+ runs-on : ubuntu-latest
319323 # Only run if docs build is required
320324 if : ${{ needs.is_docs_pr.outputs.build_required == 'true' }}
321325 env :
@@ -352,11 +356,6 @@ jobs:
352356 docker logs ${{ env.GEO_CONT_NAME }}
353357 docker rm ${{ env.GEO_CONT_NAME }}
354358
355-
356- # =================================================================================================
357- # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RUNNING ON SELF-HOSTED RUNNER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
358- # =================================================================================================
359-
360359 testing-linux :
361360 name : Testing and coverage (Linux)
362361 needs : [manifests]
You can’t perform that action at this time.
0 commit comments