perf(ci): run shared-code changes against a core board set, not all 8… #2060
This file contains hidden or 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 Adafruit Feather NRF52840 Sense | |
| # >>> RENDERED-ON-BEGIN (ci/render_workflows.py) -- do not edit by hand <<< | |
| on: | |
| workflow_dispatch: {} | |
| workflow_call: {} | |
| push: | |
| branches: [main] | |
| paths: | |
| - 'tests/platform/adafruit_feather_nrf52840_sense/**' | |
| - 'crates/fbuild-build-arm/src/nrf52/**' | |
| - '.github/workflows/build-nrf52840-sense.yml' | |
| pull_request: | |
| branches: [main] | |
| paths: | |
| - 'tests/platform/adafruit_feather_nrf52840_sense/**' | |
| - 'crates/fbuild-build-arm/src/nrf52/**' | |
| - '.github/workflows/build-nrf52840-sense.yml' | |
| concurrency: | |
| group: build-nrf52840-sense.yml-${{ github.event_name == 'pull_request' && github.ref || github.run_id }} | |
| cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
| # >>> RENDERED-ON-END <<< | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Adafruit Feather NRF52840 Sense" | |
| test-dir: "tests/platform/adafruit_feather_nrf52840_sense" | |
| env-name: "nrf52840_sense" | |
| firmware-ext: "hex" |