浏览代码

[ci] disable tools check temporarily

Meco Man 1 年之前
父节点
当前提交
f7762ebc90
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/action_tools.yml

+ 1 - 2
.github/workflows/action_tools.yml

@@ -34,7 +34,7 @@ jobs:
   test:
     runs-on: ubuntu-latest
     name: Tools
-    if: github.repository_owner == 'RT-Thread'
+    if: github.repository_owner == 'RT-Thread' && false
     strategy:
       fail-fast: false
     env:
@@ -84,4 +84,3 @@ jobs:
         scons --pyconfig-silent -C $TEST_BSP_ROOT/rt-studio-project
         scons -C $TEST_BSP_ROOT/dist/project
         scons -C $TEST_BSP_ROOT/rt-studio-project
-