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

(cherry picked from commit 6f4ec72fb7)

Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
This commit is contained in:
Gilver
2025-11-29 00:30:13 -06:00
committed by GitHub
parent 3b6758c71f
commit 0645c5f78d
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ jobs:
matrix:
branch:
- frawhide
- f43
- f42
- f41
- el10
container:
+2
View File
@@ -48,6 +48,8 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f43 || true
copy_over f42 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all
+2
View File
@@ -48,6 +48,8 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f43 || true
copy_over f42 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all
+2
View File
@@ -48,6 +48,8 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f43 || true
copy_over f42 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all