Releases of Augur and Auspice (and maybe one or two other?) trigger new builds/releases of our Docker runtime image by triggering the CI of nextstrain/docker-base. This repo's CI should also be triggered by new Augur and Auspice (and maybe other) internal upstream releases, with the caveat that they should wait until after the Conda packages for those projects are also released (since that's what consumed here). Since those are Bioconda recipes, it might be more hard to trigger directly. Instead we might:
- Poll the Anaconda API for new versions in the Bioconda channel using a scheduled action in this repo.
- Register webhooks for Bioconda repo events and trigger upon receiving them.
- Moving Conda packaging for Augur and Auspice into their respective repos and publishing on our own channel instead.
Releases of Augur and Auspice (and maybe one or two other?) trigger new builds/releases of our Docker runtime image by triggering the CI of nextstrain/docker-base. This repo's CI should also be triggered by new Augur and Auspice (and maybe other) internal upstream releases, with the caveat that they should wait until after the Conda packages for those projects are also released (since that's what consumed here). Since those are Bioconda recipes, it might be more hard to trigger directly. Instead we might: