mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:13:37 +08:00
[ci] disable tools check temporarily
This commit is contained in:
3
.github/workflows/action_tools.yml
vendored
3
.github/workflows/action_tools.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Tools
|
name: Tools
|
||||||
if: github.repository_owner == 'RT-Thread'
|
if: github.repository_owner == 'RT-Thread' && false
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
@@ -84,4 +84,3 @@ jobs:
|
|||||||
scons --pyconfig-silent -C $TEST_BSP_ROOT/rt-studio-project
|
scons --pyconfig-silent -C $TEST_BSP_ROOT/rt-studio-project
|
||||||
scons -C $TEST_BSP_ROOT/dist/project
|
scons -C $TEST_BSP_ROOT/dist/project
|
||||||
scons -C $TEST_BSP_ROOT/rt-studio-project
|
scons -C $TEST_BSP_ROOT/rt-studio-project
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user