ERP5Type/patches: simplify default_zpublisher_encoding patch
Instead of doing what loading zope.conf does (which is different across zope versions), use the ZConfig configuration callback.
Instead of doing what loading zope.conf does (which is different across zope versions), use the ZConfig configuration callback.
You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the needs:
keyword to establish job dependencies in your CI/CD pipelines. Learn how to speed up your pipeline with needs.