valkey-io / valkey-glide

An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python
Apache License 2.0
214 stars 46 forks source link

Allow developers to run CI on demand #1967

Closed Yury-Fridlyand closed 1 month ago

Yury-Fridlyand commented 1 month ago

With the given change a developer can start CI job on any branch without creating a PR nor patching CI workflow. This adds a button on Actions tab on those CI jobs to run it manually on a selected branch. image