Skip to content

Commit 1a0b300

Browse files
authored
Merge pull request #2724 from cloudflare/musa-cf-patch-1
ci: fail open on running example
2 parents 5a119e4 + ece809f commit 1a0b300

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
examples:
106106
timeout-minutes: 10
107107
name: examples
108+
continue-on-error: true
108109
runs-on: ${{ github.repository == 'stainless-sdks/cloudflare-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
109110
if: github.repository == 'cloudflare/cloudflare-python' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
110111

0 commit comments

Comments
 (0)