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 16c5e22 commit 9fc2130Copy full SHA for 9fc2130
.github/workflows/ci.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
+ - update-specs
7
pull_request:
8
9
@@ -87,7 +88,6 @@ jobs:
87
88
ecosystem_tests:
89
name: ecosystem tests (v${{ matrix.node-version }})
90
runs-on: ubuntu-latest
- if: github.repository == 'openai/openai-node'
91
timeout-minutes: 20
92
strategy:
93
fail-fast: false
0 commit comments