Skip to content

ci: Add initial github actions for kernel CI pipeline #2

ci: Add initial github actions for kernel CI pipeline

ci: Add initial github actions for kernel CI pipeline #2

Workflow file for this run

name: pre_merge
on:
pull_request:
workflow_dispatch:
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