Open
Description
In ProjectPythia/cookbook-template#61 I'm working on refactoring how we handle all the Cookbook actions to reduce boilerplate in each Cookbook repo and centralize more of the workflow code here. This is great from a maintenance perspective. But it creates a new problem:
Changes to this repo (e.g. updating versions of its dependencies) won't directly trigger any useful tests. We currently need to wait until one or more of the Cookbook repos fail before knowing there's a problem.
One approach might be to trigger a test build of the Cookbook Template repo on every PR to this repo.
Metadata
Metadata
Assignees
Type
Projects
Status
On Pause