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

(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:40 -06:00
committed by GitHub
parent 2d8f6cc742
commit 7e6f510b1f
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