Stirling-PDF/.github/README.md
James Brunton b83888c74a
Make lite version of CI (#5188)
# Description of Changes
Add lite mode for CI which just runs the most important jobs for
deployment. This won't be used in this repo, but allows other repos
containing Stirling to easily disable jobs like desktop builds etc. if
they're unnecessary, without needing to deal with conflicts in the
files. They'll just need to set the repo variable `CI_PROFILE` to
`lite`. We have an upstream repo that we'd like these changes for.
2025-12-10 13:54:57 +00:00

359 B

CI Configuration

CI Lite Mode

Skip non-essential CI workflows by setting a repository variable:

Settings → Secrets and variables → Actions → Variables → New repository variable

  • Name: CI_PROFILE
  • Value: lite

Skips resource-intensive builds, releases, and OSS-specific workflows. Useful for deployment-only forks or faster CI runs.