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 cbb9518 commit 82e025bCopy full SHA for 82e025b
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
timeout-minutes: 10
18
name: lint
19
runs-on: ${{ github.repository == 'stainless-sdks/openai-ruby' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
20
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
21
22
steps:
23
- uses: actions/checkout@v4
@@ -33,6 +34,7 @@ jobs:
33
34
35
name: test
36
37
38
39
40
- name: Set up Ruby
0 commit comments