Skip to content

README.md: update build on push / yocto workflow link #240

README.md: update build on push / yocto workflow link

README.md: update build on push / yocto workflow link #240

Workflow file for this run

name: Build on push
on:
push:
branches:
- master
permissions:
checks: write
pull-requests: write
contents: read
packages: read
jobs:
build:
uses: ./.github/workflows/build-yocto.yml
schema-check:
uses: ./.github/workflows/lava-schema-check.yml
test:
uses: ./.github/workflows/test.yml
needs: [build, schema-check]
secrets: inherit
with:
url: ${{ needs.build.outputs.artifacts_url }}