Skip to content

Prepare qcom-next based on tag 'Linux 6.15-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git #33

Prepare qcom-next based on tag 'Linux 6.15-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Prepare qcom-next based on tag 'Linux 6.15-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git #33

Workflow file for this run

name: pre_merge
on:
pull_request_target:
branches:
- qcom-next-staging
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
docker_image: kmake-image:latest
test:
needs: [build]
uses: ./.github/workflows/test.yml
secrets: inherit
with:
docker_image: kmake-image:latest