Skip to content

github actions: For exisiting PRs, do not trigger the worflow twice #34

github actions: For exisiting PRs, do not trigger the worflow twice

github actions: For exisiting PRs, do not trigger the worflow twice #34

name: Automated kernel build and test x86_64 and aarch64
on:
push:
branches:
- '*_ciqlts8_6'
pull_request:
branches:
- '**'
- '!mainline'
types: [opened, synchronize, reopened]
jobs:
kernelCI:
if: |
github.event_name == 'pull_request' ||
(github.event_name == 'push' && github.event.pull_request == null)
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@rnicolescu_test
secrets: inherit