Skip to content

Commit 194c050

Browse files
chore(ci): run builds on CI even if only spec metadata changed
1 parent 11a6244 commit 194c050

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 10
2020
name: lint
2121
runs-on: ${{ github.repository == 'stainless-sdks/anthropic-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
22-
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
22+
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
2323
steps:
2424
- uses: actions/checkout@v6
2525

@@ -35,7 +35,7 @@ jobs:
3535
run: ./scripts/lint
3636

3737
build:
38-
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
38+
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
3939
timeout-minutes: 10
4040
name: build
4141
permissions:

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 34
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic%2Fanthropic-e88350b34ca6eff75d4fe6c199210315fd97e1a7625f691e4d161fbc40ea0421.yml
33
openapi_spec_hash: ebeeaa9a9bf7603f0bbcce30389e27ca
4-
config_hash: 30a52461b5a2768e3b8de0fe3d73b3c0
4+
config_hash: a91ea53ebaf69ec5606147f6f4119a81

0 commit comments

Comments
 (0)