From f7762ebc90b969e036334d8a82e119a67277c3ab Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 5 May 2024 15:35:52 -0400 Subject: [PATCH] [ci] disable tools check temporarily --- .github/workflows/action_tools.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/action_tools.yml b/.github/workflows/action_tools.yml index 92fe4c4522..7bc67fc6b8 100644 --- a/.github/workflows/action_tools.yml +++ b/.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 -