ci: bootstrap inert efficacy audit workflow - #207
Merged
Conversation
Artexis10
marked this pull request as ready for review
July 29, 2026 07:32
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.
What changed
Adds the final
.github/workflows/ci-efficacy-audit.ymlfilename to the default-branch line as an inert manual-dispatch bootstrap.The workflow has one static one-minute job. It does not check out or execute repository code, accept inputs, use actions, install anything, access credentials, or publish audit evidence.
Why
GitHub only allows manual dispatch of a workflow by filename after that workflow exists on the default branch. This small bootstrap is the prerequisite for later dispatching an independently reviewed audit implementation from an exact branch revision.
Merging this PR does not run the mutation audit and does not change required CI.
Safety contract
workflow_dispatchonlypermissions: {}Verification
git show --checkpassedLocal full Go baseline was also attempted; it is not usable as a signal in this restricted Windows sandbox because pre-existing registry and profile tests receive host
Access is deniederrors. This workflow-only change does not touch Go code.