[ci] workflow only is used for rt-thread org (#8450)
This commit is contained in:
parent
84706ba7b4
commit
7bc4f7d6a3
|
@ -25,6 +25,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: doxygen_doc generate
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
@ -76,6 +76,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ github.event.inputs.bsp_options }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
|
|
|
@ -20,6 +20,7 @@ on:
|
|||
jobs:
|
||||
change:
|
||||
uses: RT-Thread/pkgs-test/.github/workflows/pkgs-action.yml@main
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
with:
|
||||
rt-thread-versions: "branch:master"
|
||||
test-specific-pkgs: true
|
||||
|
|
Loading…
Reference in New Issue