Update Oxigraph Fork sha's - #16
Merged
Merged
Conversation
GregHanson
commented
Sep 1, 2026
Member
- update oxigrapp fork sha's to latest v0.5.10 rebase
- patch quick-xml to latest version
… to latest version
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.