Only set send delay when the last INQUIRY request 37 bytes #149
Workflow file for this run
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 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 |