File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8080 - run : make docs
8181
8282 - run : make docs-insiders
83- if : github.event.pull_request.head.repo.full_name == github.repository || github.ref == 'refs/heads/main'
83+ if : ( github.event.pull_request.head.repo.full_name == github.repository || github.ref == 'refs/heads/main') && github.repository == 'pydantic/pydantic-ai '
8484 env :
8585 PPPR_TOKEN : ${{ secrets.PPPR_TOKEN }}
8686
@@ -103,7 +103,7 @@ jobs:
103103 test-live :
104104 runs-on : ubuntu-latest
105105 timeout-minutes : 5
106- if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
106+ if : ( github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push') && github.repository == 'pydantic/pydantic-ai '
107107 steps :
108108 - uses : actions/checkout@v4
109109
You can’t perform that action at this time.
0 commit comments