Skip to content

Commit cee4a1b

Browse files
fix(api): remove alert parameters and method that aren't supported by the live API (#267)
1 parent fa5b436 commit cee4a1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint:
1212
name: lint
1313
runs-on: ubuntu-latest
14-
14+
if: github.repository == 'orbcorp/orb-python'
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -42,6 +42,7 @@ jobs:
4242
test:
4343
name: test
4444
runs-on: ubuntu-latest
45+
if: github.repository == 'orbcorp/orb-python'
4546

4647
steps:
4748
- uses: actions/checkout@v4

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 89
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-762f50aa6ea13f42e719339aa5cb31233984499720a7be832182357f949927a1.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb-762f50aa6ea13f42e719339aa5cb31233984499720a7be832182357f949927a1.yml

0 commit comments

Comments
 (0)