Browse Source

[ci] disable doxygen check

Meco Man 1 year ago
parent
commit
57d157b8ab
1 changed files with 1 additions and 0 deletions
  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'