Trigger CI Jobs in other Core Repos
Please describe your wishes and possible alternatives to achieve the desired result.
Upon release (I would say as part of https://github.com/scverse/anndata/pull/1626), we should trigger CI in other repos for their tests against latest anndata or simply against that branch.
See https://github.com/laminlabs/lamindb/blob/main/.github/workflows/build.yml#L151 and https://github.com/laminlabs/lamindb-dispatch/blob/main/.github/workflows/dispatch.yml for a simple example
second repo is private I think
We now have https://github.com/scverse/integration-testing/blob/main/.github/workflows/integration-test.yml so what we could do is to add a dispatch in this repository that on release triggers the integration-test.
But I mean we're running the integration tests so regularly now that it might just be a waste of an hour of dev time to get this right.