Skip to content

Commit

Permalink
CI: open issue for openapi third party test failures (pydantic#11182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle authored Dec 27, 2024
1 parent b236291 commit daa0732
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/third-party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ jobs:
- name: Checkout openapi-python-client
uses: actions/checkout@v4
with:
repository: Viicos/openapi-python-client
ref: 'model-rebuild'
repository: openapi-generators/openapi-python-client

- name: Checkout Pydantic
uses: actions/checkout@v4
Expand Down Expand Up @@ -164,12 +163,14 @@ jobs:
needs:
- test-fastapi
- test-sqlmodel
- test-openapi-python-client
if: |
github.repository == 'pydantic/pydantic' &&
github.event_name == 'schedule' &&
(
needs.test-fastapi.result == 'failure' ||
needs.test-sqlmodel.result == 'failure'
needs.test-sqlmodel.result == 'failure' ||
needs.test-openapi-python-client.result == 'failure'
)
permissions:
issues: write
Expand Down

0 comments on commit daa0732

Please sign in to comment.