Skip to content

Commit 387b476

Browse files
committed
ci: skip breaking change detection for major version bump
1 parent 9cf7252 commit 387b476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/detect-breaking-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
detect_breaking_changes:
1010
runs-on: 'ubuntu-latest'
1111
name: detect-breaking-changes
12-
if: github.repository == 'cloudflare/cloudflare-python'
12+
if: false
1313
steps:
1414
- name: Calculate fetch-depth
1515
run: |

0 commit comments

Comments
 (0)