ci: point the CI workflow at BHoM/CI_Toolkit - #416
Merged
Conversation
sakanni
force-pushed
the
CI_Toolkit_Proxy-#13-RefreshCIWorkflow
branch
from
August 14, 2026 22:13
9e30f4f to
f4e779b
Compare
peterjamesnugent
approved these changes
Aug 17, 2026
peterjamesnugent
left a comment
Member
There was a problem hiding this comment.
Happy with changes just repointing the path to BHoM/CI_Toolkit as evidenced by the checks passing,
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.
CI_Toolkit moved from BuroHappoldEngineeringAdmin to BHoM. The old path redirects, so this removes a dependency on the redirect rather than fixing a break.
Also picks up two pattern corrections made since this file was copied: dataset compliance now uses a case-insensitive unanchored pathspec, and project compliance matches
AssemblyInfo.csat any depth instead of only at the repo root. Neither changes which files are selected in this repo today.Still non-blocking. Tracked in CI_Toolkit_Proxy#13.
Ready for review. This carried a temporary commit touching a comment in
AdapterId.cs, because a workflow-only change matches no check's file patterns and every job would otherwise self-skip. That commit has been removed, so the diff is the workflow file alone and the current run is green.There is a failed run earlier in this PR's history and it is worth explaining, because it is not caused by this change. With the source touch present,
ci-versioningexecuted for the first time on this repo and reported 1,056 findings. None of them are this repository's types. It resolved 0 subject assemblies, fell back to attributing the whole dependency closure, and reported defects belonging to 22 other repositories, ETABS, GSA, CFD and others among them.That is a known limitation in the versioning check rather than anything about this repo or this diff, and it is being tracked separately. It stayed invisible here because
ci-versioninghad never actually run on this repository: previous pull requests changed no files it watches, so it skipped and reported success without examining anything.Nothing in this pull request changes that behaviour either way. Merging it is safe.