diff options
| author | Robert Marko | 2025-05-24 19:16:33 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-24 19:16:33 +0000 |
| commit | 09e5afab85b28fa58d3639bfa340ee0e57018725 (patch) | |
| tree | 2adf98aba29da55cffc15a9a60a40816c68f054a | |
| parent | bab36c1d947de9a73910c911d2c4d74d60f64e06 (diff) | |
| download | qca-wireless-09e5afab85b28fa58d3639bfa340ee0e57018725.tar.gz | |
CI: add QCA9988
We have QCA9988 BDF submited, so make sure to match for it as well.
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | .github/workflows/bdf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bdf.yaml b/.github/workflows/bdf.yaml index ded2d3e..201ce21 100644 --- a/.github/workflows/bdf.yaml +++ b/.github/workflows/bdf.yaml @@ -22,7 +22,7 @@ jobs: # grep will return 1 if no matches, so ignore return code set +e # Find list of ath10k changed BDF-s - ATH10K_CHANGED_BDFS="$(echo ${{ needs.determine_changed_files.outputs.all_changed_files }} | tr ' ' '\n' | grep -E '.qca4019|.qca9888|.qca9889|.qca9984|.qca99x0')" + ATH10K_CHANGED_BDFS="$(echo ${{ needs.determine_changed_files.outputs.all_changed_files }} | tr ' ' '\n' | grep -E '.qca4019|.qca9888|.qca9889|.qca9984|.qca9988|.qca99x0')" # Find list of ath11k changed BDF-s ATH11K_CHANGED_BDFS="$(echo ${{ needs.determine_changed_files.outputs.all_changed_files }} | tr ' ' '\n' | grep -E '.ipq5018|.ipq6018|.ipq8074|.qcn6122|.qcn9074')" |