mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:07:18 +08:00
[ci] fix doxygen ci grammar error
This commit is contained in:
parent
7ca2ebc51a
commit
a0e5526a55
3
.github/workflows/doxygen.yml
vendored
3
.github/workflows/doxygen.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user