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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'connectivity/FEATURE_BLE/**'
|
||||||
jobs:
|
jobs:
|
||||||
run-conditional-feature-compilation-test:
|
run-conditional-feature-compilation-test:
|
||||||
name: Conditional BLE features compilation tested
|
name: Conditional BLE features compilation tested
|
||||||
|
|
Loading…
Reference in New Issue