Skip to content

Commit f148dac

Browse files
chore(internal): codegen related update
1 parent 5b1bc45 commit f148dac

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
- 'stl-preview-head/**'
99
- 'stl-preview-base/**'
1010

11-
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
13-
cancel-in-progress: true
14-
15-
1611
jobs:
1712
lint:
1813
timeout-minutes: 10
@@ -33,8 +28,6 @@ jobs:
3328
timeout-minutes: 10
3429
name: test
3530
runs-on: ${{ github.repository == 'stainless-sdks/cloudflare-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
36-
37-
3831
steps:
3932
- uses: actions/checkout@v4
4033

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ middleware has been applied.
422422

423423
This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
424424

425-
426425
1. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals.)_
427426
2. Changes that we do not expect to impact the vast majority of users in practice.
428427

option/requestoption.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
// [README]: https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v4#readme-requestoptions
2323
type RequestOption = requestconfig.RequestOption
2424

25-
2625
// WithAPIVersion returns a RequestOption that defines the API version the client is attempting
2726
// to use. While any value can be set here, invalid values are ignored and will recieve the
2827
// default value of today.

0 commit comments

Comments
 (0)