Skip to content

Cut redundant GitHub Actions usage - #76

Merged
nickhamze merged 1 commit into
mainfrom
codex/reduce-actions-budget
Jul 23, 2026
Merged

Cut redundant GitHub Actions usage#76
nickhamze merged 1 commit into
mainfrom
codex/reduce-actions-budget

Conversation

@nickhamze

Copy link
Copy Markdown
Contributor

What changed

  • stop repeating the protected Quality matrix after every merge to main
  • reserve the Intel runner for compatibility and release-chain changes
  • keep manual Quality dispatch as the complete pre-release validation lane
  • repair CodeQL's invalid matrix concurrency reference and move source scans to weekly/manual runs
  • add regression checks for the budget policy
  • update the release guide and repo-backed Wiki

Why

The last week used 57.7 hours of macOS runner time. Redundant post-merge Quality runs accounted for 30.2 hours, while the invalid CodeQL workflow created 47 failed runs. The repository is public, so standard hosted-runner billing is currently zero, but this removes the excess Actions volume and protects the budget if that changes.

Validation

  • actionlint 1.7.12 on the changed workflows
  • shellcheck on the classifier self-test
  • CI classifier and workflow policy self-test
  • repo-backed Wiki validation
  • YAML parse and whitespace checks

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@nickhamze
nickhamze merged commit b70b2f5 into main Jul 23, 2026
9 checks passed
@nickhamze
nickhamze deleted the codex/reduce-actions-budget branch July 23, 2026 22:33
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.

2 participants