This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Build and test on aarch64 after code changeInvalid workflow file
|
||
with: | ||
board: "STANDARD" |