Skip to content

[ciqlts8_6] Multiple patches tested (13 commits) #91

[ciqlts8_6] Multiple patches tested (13 commits)

[ciqlts8_6] Multiple patches tested (13 commits) #91

name: Automated kernel build and test x86_64 and aarch64
on:
push:
branches:
- '*_ciqlts8_6'
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
- '!mainline'
concurrency:
group: kernel-ci-${{ github.event.pull_request.head.ref || github.ref_name }}
cancel-in-progress: true
jobs:
kernelCI:
if: |
github.event_name == 'push' ||
github.event.pull_request.head.repo.full_name != github.repository ||
github.event.action != 'opened'
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@rnicolescu_test
secrets: inherit