We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc0179 commit a8c7a16Copy full SHA for a8c7a16
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
timeout-minutes: 10
63
name: examples
64
runs-on: ${{ github.repository == 'stainless-sdks/openai-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
65
- if: github.repository == 'openai/openai-java && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)'
+ if: github.repository == 'openai/openai-java' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
66
67
steps:
68
- uses: actions/checkout@v4
0 commit comments