From f7434599e1daa3054f062e3775afbac1934912a3 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 7 Jan 2024 02:29:59 +0800 Subject: [PATCH 1/2] adb: Move the ADBD_USB_SERVER dependence from item to choice Signed-off-by: Xiang Xiao --- system/adb/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/adb/Kconfig b/system/adb/Kconfig index 9c91a4fd0..d54208e12 100644 --- a/system/adb/Kconfig +++ b/system/adb/Kconfig @@ -116,16 +116,15 @@ config ADBD_USB_SERVER choice prompt "Check usb hotplug" default ADBD_USB_HOTPLUG_BYTIMER + depends on ADBD_USB_SERVER config ADBD_USB_HOTPLUG_BYTIMER bool "Using 1s timer to check usb hotplug" - depends on ADBD_USB_SERVER ---help--- Using 1s timer to check usb hotplug config ADBD_USB_HOTPLUG_BYNOTIFY bool "Using fs notify to check usb hotplug" - depends on ADBD_USB_SERVER depends on FS_NOTIFY ---help--- Using fs notify to monitor usb hotplug From 39b112eba27c73b108d84b2afb7535abf51be62b Mon Sep 17 00:00:00 2001 From: openvela-robot Date: Tue, 24 Dec 2024 01:31:43 +0800 Subject: [PATCH 2/2] update ci pull_request types to [opened, reopened, synchronize] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fdd667ef..412f33810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,8 @@ name: CI # Controls when the workflow will run on: - pull_request_review: - types: [submitted] + pull_request: + types: [opened, reopened, synchronize] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: