Skip to content

Commit

Permalink
[ci] workflow only is used for rt-thread org (#8450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf authored Dec 30, 2023
1 parent 84706ba commit 7bc4f7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkgs_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc4f7d

Please sign in to comment.