Skip to content

Update Oxigraph Fork sha's - #16

Merged
GregHanson merged 5 commits into
mainfrom
update-quick-xml
Sep 1, 2026
Merged

Update Oxigraph Fork sha's#16
GregHanson merged 5 commits into
mainfrom
update-quick-xml

Conversation

@GregHanson

Copy link
Copy Markdown
Member
  • update oxigrapp fork sha's to latest v0.5.10 rebase
  • patch quick-xml to latest version

GregHanson and others added 5 commits September 1, 2026 15:03
GitHub auto-disables scheduled workflows in public repos after ~60 days of
repository inactivity, and that disables *every* trigger on the workflow, not
just the cron. main went quiet after 2026-05-28, so "Build and Test" and
"Security Audit" were both flipped to disabled_inactivity in early August and
stopped running on push. "Rustfmt Check" kept working only because it is the
one workflow with no schedule: trigger.

Move the cron into a new nightly.yml that holds no logic of its own and just
calls the other two workflows. test_build.yml and audit.yml keep their jobs
inline and gain a workflow_call entry point, so the worst case is now losing
the weekly nightly-toolchain canary instead of all merge-gating CI.

Jobs are deliberately not extracted into a reusable workflow file: the main
ruleset requires the status checks "build", "end-to-end test" and "cargo fmt"
by exact name, and a caller job would rename them to "<job> / build" etc.,
leaving PRs permanently blocked on contexts nothing reports.

Also add workflow_dispatch everywhere so a disabled workflow can be re-run by
hand instead of needing a dummy commit, and replace the
github.event.schedule == '' toolchain probe with an inputs.toolchain default
now that the nightly toolchain is selected by the caller.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LNdbRoxgbTA7vp1iNBSKLc
@GregHanson
GregHanson merged commit e24005a into main Sep 1, 2026
7 checks passed
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