File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414jobs :
1515 check-bypass :
1616 name : Check bypass
17+ if : ${{ github.repository_owner == 'PaddlePaddle' }}
1718 uses : ./.github/workflows/check-bypass.yml
1819 with :
1920 workflow-name : ' approval'
Original file line number Diff line number Diff line change 88jobs :
99 check-bypass :
1010 name : Check bypass
11+ if : ${{ github.repository_owner == 'PaddlePaddle' }}
1112 uses : ./.github/workflows/check-bypass.yml
1213 with :
1314 workflow-name : ' template'
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ defaults:
3131jobs :
3232 check-skill :
3333 name : Check file paths
34+ if : ${{ github.repository_owner == 'PaddlePaddle' }}
3435 runs-on : ubuntu-latest
3536 continue-on-error : true
3637 permissions :
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ concurrency:
1717jobs :
1818 cherry-pick :
1919 if : >
20+ github.repository_owner == 'PaddlePaddle' &&
2021 github.event.pull_request.merged == true &&
2122 (
2223 github.event.action == 'labeled' ||
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ permissions:
1010jobs :
1111 remove-skip-ci-labels :
1212 name : Remove skip-ci labels on new commits
13+ if : ${{ github.repository_owner == 'PaddlePaddle' }}
1314 runs-on : ubuntu-latest
1415 steps :
1516 - name : Get PR labels
You can’t perform that action at this time.
0 commit comments