Skip to content

Commit de37829

Browse files
Inherit the Kernel CI Automated workflow from main branch
Signed-off-by: Shreeya Patel <[email protected]>
1 parent 2b126d2 commit de37829

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Automated kernel build and test (x86_64)
2+
3+
on:
4+
push:
5+
branches:
6+
- '*_ciqlts9_2'
7+
8+
jobs:
9+
build:
10+
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-x86_64.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)