Skip to content

Workflow file for this run

name: Build and test on aarch64 after code change
on:
workflow_call:
push:
paths:
- 'cpp/**'
- 'proto/**'
- '.github/workflows/build.yml'
pull_request:
paths:
- 'cpp/**'
- 'proto/**'
- '.github/workflows/build.yml'
types:
- assigned
- opened
- synchronize
- reopened
branches:
- 'develop'
- 'main'
jobs:
fullspec:
uses: ./.github/workflows/build_and_test.yml
with:
board: "FULLSPEC"
standard:
uses: ./.github/workflows/build_aarch64.yml

Check failure on line 31 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build and test on aarch64 after code change

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 31, Col: 11): Input branch is required, but not provided while calling.
with:
board: "STANDARD"