We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a119e4 + ece809f commit 1a0b300Copy full SHA for 1a0b300
1 file changed
.github/workflows/ci.yml
@@ -105,6 +105,7 @@ jobs:
105
examples:
106
timeout-minutes: 10
107
name: examples
108
+ continue-on-error: true
109
runs-on: ${{ github.repository == 'stainless-sdks/cloudflare-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
110
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')
111
0 commit comments