Skip to content

Fix Sonar issue

Fix Sonar issue #1461

Workflow file for this run

name: Build and test after code change
on:
workflow_call:
push:
paths:
- 'cpp/**'
- 'proto/**'
- '.github/workflows/build.yml'
- '.github/workflows/build_and_test_aarch64.yml'
pull_request:
paths:
- 'cpp/**'
- 'proto/**'
- '.github/workflows/build.yml'
- '.github/workflows/build_and_test_aarch64.yml'
types:
- assigned
- opened
- synchronize
- reopened
branches:
- 'develop'
- 'main'
jobs:
fullspec:
uses: ./.github/workflows/build_and_test_aarch64.yml