فهرست منبع

improve action

Supper Thomas 1 سال پیش
والد
کامیت
d421a97aa1

+ 1 - 1
.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
 

+ 1 - 0
.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:

+ 1 - 0
.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:

+ 1 - 0
.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: