浏览代码

[ci] disable doxygen check

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

+ 1 - 0
.github/workflows/doxygen.yml

@@ -23,6 +23,7 @@ on:
 
 jobs:
   build:
+    if: false # disable this job
     runs-on: ubuntu-latest
     name: doxygen_doc generate
     if: github.repository_owner == 'RT-Thread'