CI Cron
Version updated for https://github.com/kategengler/ci-cron to version v1.0.3.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The CI Cron GitHub Action automates the process of running specified workflows on selected branches periodically or manually. It creates temporary branches, triggers workflows by committing changes, and waits for their completion before cleaning up the branches. This action is particularly useful for ensuring the health of codebases on inactive branches by running continuous integration checks regularly, such as nightly or on a custom schedule.
Release notes
What’s Changed
- Lock down action versions by @kategengler in https://github.com/kategengler/ci-cron/pull/1
New Contributors
- @kategengler made their first contribution in https://github.com/kategengler/ci-cron/pull/1
Full Changelog: https://github.com/kategengler/ci-cron/compare/v1.0.2...v1.0.3