Skip to content

Build and test images for various kernels #104

Build and test images for various kernels

Build and test images for various kernels #104

Workflow file for this run

name: Build on PR
on:
pull_request:
# implicitely set all other permissions to none
permissions:
checks: write # test.yml
contents: read # debos.yml lava-schema-check.yml test.yml
packages: read # test.yml
pull-requests: write # test.yml
jobs:
event-file:
name: "Upload event file"
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: Event File
path: ${{ github.event_path }}
build-pr:
uses: ./.github/workflows/debos.yml

Check failure on line 25 in .github/workflows/build-on-pr.yml

View workflow run for this annotation

GitHub Actions / Build on PR

Invalid workflow file

The workflow is not valid. In .github/workflows/build-on-pr.yml (Line: 25, Col: 11): Error from called workflow qualcomm-linux/qcom-deb-images/.github/workflows/debos.yml@951612e69bd40943fe6419aa7b3286add07dc0ba (Line: 56, Col: 14): Unexpected symbol: 'mainline_kernel"'. Located at position 8 within expression: inputs.mainline_kernel"
schema-check:
uses: ./.github/workflows/lava-schema-check.yml