anndata icon indicating copy to clipboard operation
anndata copied to clipboard

Trigger CI Jobs in other Core Repos

Open ilan-gold opened this issue 1 year ago • 3 comments

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.

ilan-gold avatar Aug 29 '24 14:08 ilan-gold

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

Zethson avatar Aug 30 '24 11:08 Zethson

second repo is private I think

flying-sheep avatar Aug 30 '24 11:08 flying-sheep

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.

Zethson avatar Jun 28 '25 11:06 Zethson