Telemetry: Disable sending dependency events #175
Workflow file for this run
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 | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches-ignore: | |
| - main # Skip for main because we build while releasing to "latest" | |
| jobs: | |
| build: | |
| uses: NordicSemiconductor/pc-nrfconnect-shared/.github/workflows/build-app.yml@main |