CI: add QCA9988
authorRobert Marko <robimarko@gmail.com>
Sat, 24 May 2025 19:16:33 +0000 (21:16 +0200)
committerRobert Marko <robimarko@gmail.com>
Sat, 24 May 2025 19:16:33 +0000 (21:16 +0200)
We have QCA9988 BDF submited, so make sure to match for it as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
.github/workflows/bdf.yaml

index ded2d3e7485e1cc82011e72130fb9d687451926b..201ce21fd6afe5f4a3319deab8b9beb41827e25f 100644 (file)
@@ -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')"