mirror of
https://github.com/valkey-io/valkey.git
synced 2026-05-06 13:36:47 -04:00
35fdcea259
Resolves: https://github.com/valkey-io/valkey/issues/2228 Visualization: https://github.com/sarthakaggarwal97/valkey/actions/runs/19113712295 Currently, there are no tests running on the already released branches. We often do backport for bug fixes and CVEs in these older versions, and end up with multiple CI tests failures on these branches. The PR adds support for running weekly tests on already released versions `>= 7.2`. The workflow will execute the "daily" test workflow for each of these branches on `Sunday 06:00 UTC`. The idea is to continuously monitor our released versions through weekly test runs (during the time when is lesser activity on github runners). --------- Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>