[ci] workflow only is used for rt-thread org (#8450)

This commit is contained in:
Meco Man 2023-12-30 15:50:04 +08:00 committed by GitHub
parent 84706ba7b4
commit 7bc4f7d6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: doxygen_doc generate
name: doxygen_doc generate
if: github.repository_owner == 'RT-Thread'
steps:
- uses: actions/checkout@v4
with:

View File

@ -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

View File

@ -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