Skip to content

Workflow udpate

Workflow udpate #69

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "./.github/workflows/build_and_test.yml" (source branch with sha:e1f99178eaa8dae3fdfe52e1245fc0da9f32dc74) : Invalid type for `on`
with:
board: "FULLSPEC"
standard:
uses: ./.github/workflows/build_aarch64.yml
with:
board: "STANDARD"