Reduce CI build and artifact usage #16
Reference in New Issue
Block a user
Delete Branch "test/ci-economical-builds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
test/**main, version tags, and manual runsmainpushesWhy
The Modernization Tool already publishes release assets on version tags, so storing an additional Actions artifact for every development build is unnecessary. This keeps pre-merge and release validation while minimizing Actions artifact storage.
Scope
CI workflow only. No installer/runtime code, payload ownership, Modernization behavior, or release asset format is changed.