[chore] disable upptime workflows post-suspension (part of #2) #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/disable-upptime-workflows-issue2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Stop the bleeding. All 5 upptime-driven workflows in this repo fail every scheduled run with HTTP 401 from
api.github.compost the 2026-05-06 GitHub org suspension. Move them to.github/workflows-disabled/so Gitea Actions stops scheduling them while the replacement is built.What changed
graphs.yml,response-time.yml,static-site.yml,summary.yml,uptime.ymlfrom.github/workflows/to.github/workflows-disabled/.workflows-disabled/explaining the move and linking #2.history/(existing probe data — may migrate forward) or.upptimerc.yml(probe-list config — useful as input to the replacement).Why move, not delete
If we ever roll back the replacement effort,
git logis enough — butworkflows-disabled/is more discoverable than git archaeology for a future contributor wondering why this repo's CI is silent. Cost: 0 (Gitea Actions doesn't scan that directory).Test plan
.github/workflows/is empty after this PR — no scheduled runs after merge.Tracking
Generated with Claude Code.
Pull request closed