refactor(ci): Run branches from newest to oldest (#7720) (#7750)

(cherry picked from commit 6f4ec72fb7)

Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
This commit is contained in:
Gilver
2025-11-29 00:24:39 -06:00
committed by GitHub
parent 7c116528e9
commit 60ab1c2322
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f41 || true
copy_over f42 || true
copy_over f43 || true
copy_over f42 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all
fi