More error handling and Magic 2 WiFi v1 support #17
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 host tools | |
| on: | |
| pull_request: | |
| paths: | |
| - 'include/**' | |
| - 'tools/**' | |
| - '.github/workflows/tools.yml' | |
| push: | |
| paths: | |
| - 'include/**' | |
| - 'tools/**' | |
| - '.github/workflows/tools.yml' | |
| branches-ignore: | |
| - master | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
| jobs: | |
| build-tools: | |
| name: Build host tools for linux and macos based systems | |
| uses: openwrt/actions-shared-workflows/.github/workflows/tools.yml@main |