fix: use the user-set device name before falling back to the device model #1811
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
| on: | |
| push: | |
| branches: | |
| - "main" | |
| - "release-branch/*" | |
| pull_request: | |
| # all PRs on all branches | |
| merge_group: | |
| branches: | |
| - "main" | |
| jobs: | |
| license_headers: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| - name: check license headers | |
| run: ./scripts/check_license_headers.sh . |