Skip to content

workflows: Submit LAVA test jobs #45

workflows: Submit LAVA test jobs

workflows: Submit LAVA test jobs #45

Workflow file for this run

name: Build on PR
on:
pull_request:
permissions:
checks: write
pull-requests: write
contents: read
packages: read
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 24 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: 24, Col: 11): Error from called workflow qualcomm-linux/qcom-deb-images/.github/workflows/debos.yml@cd390ca67f36376b36b4a9e120557e8fbbd214b7 (Line: 169, Col: 11): 'path' is already defined
schema-check:
uses: ./.github/workflows/lava-schema-check.yml