Refine CI workflow and cleanup process #81
Merged
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.
Description
This pull request updates the GitHub Actions workflow configuration files to simplify workflow naming and cleanup patterns, and to streamline workflow dispatch inputs. The main focus is on making the workflow run names and cleanup logic more consistent and easier to maintain.
Workflow configuration improvements:
run-namein.github/workflows/ci.ymlfromCI • ...toCI Workflow • ...for greater clarity and consistency.version-taginput description for workflow dispatch and removed the unusedpublishinput from both the workflow dispatch section and the job configuration in.github/workflows/ci.yml. [1] [2]Workflow cleanup script simplification:
.github/workflows/cron-cleanup-workflow-runs.ymlto match the new workflow name (CIinstead of the more specific previous pattern) and removed redundant steps for deleting push runs in the main branch, consolidating cleanup logic.Type of Change
Semantic Versioning
+semver: major- Breaking changes (1.0.0 → 2.0.0)+semver: minor- New features (1.0.0 → 1.1.0)+semver: patch- Bug fixes (1.0.0 → 1.0.1)+semver: none- No version change (documentation, tests)Checklist
Code Quality
Testing
.Tests.ps1filesDocumentation
Related Issues
Fixes #issue_number
Additional Notes