[ci] fix doxygen ci grammar error
This commit is contained in:
parent
7ca2ebc51a
commit
a0e5526a55
|
@ -23,10 +23,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: false # disable this job
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: doxygen_doc generate
|
name: doxygen_doc generate
|
||||||
if: github.repository_owner == 'RT-Thread'
|
if: github.repository_owner == 'RT-Thread' && false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue