Files
Sarthak Aggarwal 35fdcea259 Weekly Test Runs on Released Branches (#2702)
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>
2026-01-06 13:17:17 -08:00
..