Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/oai endpoints mapper using JSON #2929

Merged
merged 12 commits into from
May 20, 2024
Prev Previous commit
Next Next commit
chore: temp remove ubuntu-18-04-openai-api-collection-test
  • Loading branch information
Van-QA authored and Van-QA committed May 20, 2024
commit 3130dff243dd33bd57b745f0e689767f64e59a84
3 changes: 2 additions & 1 deletion .github/workflows/jan-openai-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 7,7 @@ on:
required: false
default: none
type: string

push:
branches:
- main
Expand All @@ -25,7 26,7 @@ on:

jobs:
openai-python-tests:
runs-on: [ubuntu-18-04-openai-api-collection-test, self-hosted, Linux, ubuntu-desktop]
runs-on: [self-hosted, Linux, ubuntu-desktop]
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
steps:
- name: Getting the repo
Expand Down