Update action.yml

This commit is contained in:
Igor Pečovnik
2023-02-15 19:02:39 +01:00
committed by GitHub
parent a087f842b5
commit c7bfc2a292

View File

@@ -80,8 +80,7 @@ runs:
DESKTOP=$(cat build/config/boards/$board.* | grep HAS_VIDEO_OUTPUT || true)
[[ -z "$(echo $KERNEL | grep $branch)" ]] && continue
[[ -n "$(echo $DESKTOP | grep no)" && $desktop == desktop ]] && continue
[[ $branch == legacy && $board != orangepi5 ]] && continue
[[ $branch == legacy && $board != rock-5b ]] && continue
[[ $branch == legacy && $board != orangepi5 && $board != rock-5b ]] && continue
[[ $board == rpi4b && $release == sid ]] && continue
[[ $board == uefi-riscv64 && $release == sid ]] && continue
[[ $board == uefi-riscv64 && $desktop == desktop ]] && continue