We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5b436 commit cee4a1bCopy full SHA for cee4a1b
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
lint:
12
name: lint
13
runs-on: ubuntu-latest
14
-
+ if: github.repository == 'orbcorp/orb-python'
15
16
steps:
17
- uses: actions/checkout@v4
@@ -42,6 +42,7 @@ jobs:
42
test:
43
name: test
44
45
46
47
48
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 89
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-762f50aa6ea13f42e719339aa5cb31233984499720a7be832182357f949927a1.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb-762f50aa6ea13f42e719339aa5cb31233984499720a7be832182357f949927a1.yml
0 commit comments