Skip to content

Commit 4900be9

Browse files
committed
sync.yml: Add centos9
This will cause our current github action to also sync the centos9 branch with the latest centos-stream-9 kernel tree LE-2710
1 parent 38417e3 commit 4900be9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- branch: stable_6.12.y
2121
remote: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
2222
remote_branch: linux-6.12.y
23+
- branch: centos9
24+
remote: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9
25+
remote_branch: main
2326

2427
env:
2528
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)