[ci] fix doxygen ci grammar error

This commit is contained in:
Meco Man 2024-04-24 17:22:39 -04:00 committed by Rbb666
parent 7ca2ebc51a
commit a0e5526a55
1 changed files with 1 additions and 2 deletions

View File

@ -23,10 +23,9 @@ on:
jobs:
build:
if: false # disable this job
runs-on: ubuntu-latest
name: doxygen_doc generate
if: github.repository_owner == 'RT-Thread'
if: github.repository_owner == 'RT-Thread' && false
steps:
- uses: actions/checkout@v4
with: