[PW_SID:924104] Bluetooth: btmtk: Remove resetting mt7921 before downloading the fw #2008
Workflow file for this run
This file contains 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: CI | |
on: [pull_request] | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
name: CI for Pull Request | |
steps: | |
- name: Checkout the source code | |
uses: actions/checkout@v3 | |
with: | |
path: src/src | |
- name: CI | |
uses: tedd-an/bzcafe@dev | |
with: | |
task: ci | |
base_folder: src | |
space: kernel | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
email_token: ${{ secrets.EMAIL_TOKEN }} | |
patchwork_token: ${{ secrets.PATCHWORK_TOKEN }} | |
patchwork_user: ${{ secrets.PATCHWORK_USER }} |