Inherit the Kernel CI Automated workflow from main branch #51
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Automated kernel build and test (x86_64) | ||
| on: | ||
| push: | ||
| branches: | ||
| - '*_ciqlts9_2' | ||
| jobs: | ||
| build: | ||
| uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-x86_64.yml@main | ||
|
Check failure on line 10 in .github/workflows/kernel-build-and-test-x86_64.yml
|
||
| secrets: inherit | ||