Skip to content

ci: remove non-functional release-data workflow - #17

Merged
jm-rivera merged 1 commit into
mainfrom
chore/remove-broken-release-data-workflow
Jun 14, 2026
Merged

ci: remove non-functional release-data workflow#17
jm-rivera merged 1 commit into
mainfrom
chore/remove-broken-release-data-workflow

Conversation

@jm-rivera

Copy link
Copy Markdown
Owner

The release-data.yml workflow has failed on every data-v* tag push. It crashes at its first step with ModuleNotFoundError: No module named 'gecko' because the install step omits the calibration extra. Even with that fixed it cannot work: it regenerates release assets from a clean checkout, but the remote-tier sqlites are gitignored and absent in CI.

Data releases are cut manually via data-releases.md, so this auto-on-tag workflow is redundant and only produces false-alarm red Xs. Removing it.

It crashes on import (the install step omits the calibration extra, so
gecko is missing) and could not work regardless: it regenerates release
assets from a clean checkout, but the remote-tier sqlites are gitignored
and absent in CI. Data releases are cut manually via data-releases.md.
@jm-rivera
jm-rivera merged commit 34e46d1 into main Jun 14, 2026
5 checks passed
@jm-rivera
jm-rivera deleted the chore/remove-broken-release-data-workflow branch June 14, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant