chore: harden repository automation - #19
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2fcac946f8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| name: Deploy documentation | ||
| needs: [changes, full, compatibility, windows] | ||
| if: >- | ||
| always() && github.event_name == 'push' && |
There was a problem hiding this comment.
Preserve manual documentation deployments on main
When an operator manually dispatches this workflow on main, the changes job deliberately sets docs=true, but this condition still skips deploy-docs for every workflow_dispatch event. Because this commit also deletes the standalone deploy-docs.yml workflow that supported manual dispatches, there is now no way to manually redeploy the documentation after an infrastructure or credential-only change; allow dispatches from main while continuing to exclude the release-branch validation dispatch.
Useful? React with 👍 / 👎.
Summary
Validation
pnpm audit --audit-level moderate(0 vulnerabilities)pnpm run validategit diff --check