diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index c5a212801f..6ae32fa19a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -34,7 +34,7 @@ RUN git clone https://github.com/RT-Thread/packages.git /root/.env/packages/pack ENV PATH="/root/.env/tools/scripts:$PATH" -RUN pip install requests -qq +RUN pip install requests psutil -qq ENV RTT_EXEC_PATH=/usr/bin diff --git a/.github/workflows/manual_trigger_scons_STM32_all.yml b/.github/workflows/manual_trigger_scons_STM32_all.yml index 6da83c7355..dbb773f54c 100644 --- a/.github/workflows/manual_trigger_scons_STM32_all.yml +++ b/.github/workflows/manual_trigger_scons_STM32_all.yml @@ -34,6 +34,7 @@ jobs: build: runs-on: ubuntu-latest name: ${{ matrix.legs.RTT_BSP }} + if: github.repository_owner == 'RT-Thread' strategy: fail-fast: false matrix: diff --git a/.github/workflows/manual_trigger_scons_except_STM32_all.yml b/.github/workflows/manual_trigger_scons_except_STM32_all.yml index fa8f40f0c5..7d839c2a47 100644 --- a/.github/workflows/manual_trigger_scons_except_STM32_all.yml +++ b/.github/workflows/manual_trigger_scons_except_STM32_all.yml @@ -36,6 +36,7 @@ jobs: build: runs-on: ubuntu-latest name: ${{ matrix.legs.RTT_BSP }} + if: github.repository_owner == 'RT-Thread' strategy: fail-fast: false matrix: diff --git a/.github/workflows/manual_trigger_scons_fail_bsp_all.yml b/.github/workflows/manual_trigger_scons_fail_bsp_all.yml index e6ae43130f..f2ef5ceb63 100644 --- a/.github/workflows/manual_trigger_scons_fail_bsp_all.yml +++ b/.github/workflows/manual_trigger_scons_fail_bsp_all.yml @@ -36,6 +36,7 @@ jobs: build: runs-on: ubuntu-latest name: ${{ matrix.legs.RTT_BSP }} + if: github.repository_owner == 'RT-Thread' strategy: fail-fast: false matrix: