Skip to content

ci: drop redundant hm run ci GitHub Actions job#145

Merged
markovejnovic merged 1 commit into
mainfrom
ci/drop-redundant-hm-run
Jun 12, 2026
Merged

ci: drop redundant hm run ci GitHub Actions job#145
markovejnovic merged 1 commit into
mainfrom
ci/drop-redundant-hm-run

Conversation

@markovejnovic

Copy link
Copy Markdown
Contributor

The GitHub App webhook already runs the ci pipeline in Harmont Cloud on every push/PR (the harmont/harmont-dev-harmont-cli-ci check). The GHA hm run ci job ran that same pipeline a second time — and since .hm/config.toml sets backend = "cloud", it required an HM_API_TOKEN the workflow never supplied (actions-hm's token input is only the GitHub token for the ghcr image cache). So it failed at auth in ~30s on every PR, running zero pipeline steps.

ci.yml contained nothing but that one job, so this removes the workflow entirely. CI continues to run via the webhook-driven cloud build. examples.yml and release.yml are untouched.

The GitHub App webhook already runs the `ci` pipeline in Harmont Cloud on
every push/PR (the `harmont/harmont-dev-harmont-cli-ci` check). The GHA
`hm run ci` job ran that same pipeline a second time — and since
`.hm/config.toml` sets `backend = "cloud"`, it required an `HM_API_TOKEN`
the workflow never supplied (`actions-hm`'s `token` input is only the
GitHub token for the ghcr image cache). So it failed at auth in ~30s on
every PR, running zero pipeline steps.

`ci.yml` contained nothing but that one job, so remove the workflow
entirely. CI continues to run via the webhook-driven cloud build.
@markovejnovic markovejnovic merged commit c786d2d into main Jun 12, 2026
17 checks passed
@markovejnovic markovejnovic deleted the ci/drop-redundant-hm-run branch June 12, 2026 00:29
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