mirror of https://github.com/ARMmbed/mbed-os.git
run only on feature ble changes
parent
b960dfcaf3
commit
dd16aa76d2
|
@ -2,6 +2,8 @@ name: run conditional BLE feature compilation
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'connectivity/FEATURE_BLE/**'
|
||||
jobs:
|
||||
run-conditional-feature-compilation-test:
|
||||
name: Conditional BLE features compilation tested
|
||||
|
|
Loading…
Reference in New Issue