l10n.yml will run after integration.yml COMPLETES successfully (will defer anything depending on integration.yml until heavy loads like container building are moved to separate workflows) and in master branch.
Dispatch and Crontab triggers only the "pr" job. After every integration.yml workflow completes successfully (we probably should change this to run even if integration.yml fails?), only the "update" job runs.
Style changes, cleanup and improved integration with CI by leveraging the use of shared cache between all workflows (not functional until all workflows have been refactored).