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