[ci][action] add the repo check for self-use
This commit is contained in:
parent
032a3f2704
commit
2db41308ea
1
.github/workflows/action_tools.yml
vendored
1
.github/workflows/action_tools.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
name: Tools
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
env:
|
||||
|
1
.github/workflows/action_utest.yml
vendored
1
.github/workflows/action_utest.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.legs.UTEST }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
1
.github/workflows/file_check.yml
vendored
1
.github/workflows/file_check.yml
vendored
@ -6,6 +6,7 @@ jobs:
|
||||
scancode_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: Scan code format and license
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
|
1
.github/workflows/static_code_analysis.yml
vendored
1
.github/workflows/static_code_analysis.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
||||
scancode_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: Static code analysis
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
|
Loading…
x
Reference in New Issue
Block a user