Resolve inherited profiles in engine workflows

This commit is contained in:
2026-08-25 01:41:21 +00:00
parent a08dd83d1f
commit 764103a2e2
3 changed files with 246 additions and 1 deletions

View File

@@ -458,7 +458,7 @@ func newProfileRepository(profileDir string, options engineOptions) profile.Repo
repository = profile.NewOverlayRepository(options.memoryProfiles, repository)
}
return repository
return profile.NewResolvingRepository(repository)
}
func fileSource(name string) (fs.FS, string, error) {