Skip to content

Commit a8c7a16

Browse files
fix(ci): correct conditional
1 parent 8dc0179 commit a8c7a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
timeout-minutes: 10
6363
name: examples
6464
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)'
65+
if: github.repository == 'openai/openai-java' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
6666

6767
steps:
6868
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)