Files
OpenEPaperLink/.github/path-filters.yml
Matthew Kelch 1ec762ffdb Conditional build / test pipeline (#287)
* POC: Conditional Build Jobs / Steps

Demonstrate a built/test pipeline which make use of both conditional jobs and steps.

* use paths-filter fallback (no token)

* fix typo in cache key

* remove test file

* add in nRF_Bootloader to confitional build
2024-05-06 21:01:22 +02:00

20 lines
383 B
YAML

arm-tag_common: &arm-tag_common
- 'ARM_Tag_FW/common/**'
arm-tag_88MZ100:
- '*arm-tag_common'
- 'ARM_Tag_FW/88MZ100/**'
arm-tag_newton-m3-nrf52811:
- '*arm-tag_common'
- 'ARM_Tag_FW/Newton_M3_nRF52811/**'
arm-tag_nrf-bootloader:
- 'ARM_Tag_FW/nRF_Bootloader/**'
arm-tag_nrf52811-pio-ap:
- 'ARM_Tag_FW/nrf52811_Platformio_AP/**'
esp32-ap:
- 'ESP32_AP-Flasher/**'