Skip to content

Commit ee50aba

Browse files
chore(internal): remove CI condition (#271)
1 parent 3a111a7 commit ee50aba

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
name: lint
1414
runs-on: ubuntu-latest
15-
if: github.repository == 'openai/openai-go'
15+
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -27,7 +27,6 @@ jobs:
2727
test:
2828
name: test
2929
runs-on: ubuntu-latest
30-
if: github.repository == 'openai/openai-go'
3130

3231
steps:
3332
- uses: actions/checkout@v4

.github/workflows/create-releases.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 76
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-c8579861bc21d4d2155a5b9e8e7d54faee8083730673c4d32cbbe573d7fb4116.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-c8579861bc21d4d2155a5b9e8e7d54faee8083730673c4d32cbbe573d7fb4116.yml

0 commit comments

Comments
 (0)