Skip to content

Commit 639a9de

Browse files
github-actions: Inherit main workflow file into ciqlts8_6
1 parent 9f51ff6 commit 639a9de

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+
- '*_ciqlts8_6'
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)