Skip to content

Commit 3b87ac9

Browse files
chore(internal): remove workflow condition (#567)
1 parent b64c5b0 commit 3b87ac9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.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 == 'lithic-com/lithic-java'
15+
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -34,7 +34,6 @@ jobs:
3434
test:
3535
name: test
3636
runs-on: ubuntu-latest
37-
if: github.repository == 'lithic-com/lithic-java'
3837

3938
steps:
4039
- uses: actions/checkout@v4

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 156
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic-fe97f820471b725722897539252e7444af7490c5a444a2e9304f5e6eec5513f3.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fe97f820471b725722897539252e7444af7490c5a444a2e9304f5e6eec5513f3.yml
33
openapi_spec_hash: 7e6a5737901cef39499bf749a17d9939
44
config_hash: 3d06d32938417ca039b0caa91d2dc8b6

0 commit comments

Comments
 (0)