Make the repository dispatch event include the aritfact-id of the just deployed SLDR, making it easier for langtags repo to ensure it uses the right artifact instead of searching for it.
Update all actions to the latest versions for node20 compatibility
Allow feat/ and fix branches to build but not deploy or trigger langtags. These will deploy on merge into master or release.
Cache SLDR flattetning and skip deployment and artifact upload if cached version is used. This allows development of workflows without waiting 15 minutes for SLDR to flatten.
feat/
andfix
branches to build but not deploy or trigger langtags. These will deploy on merge into master or release.