Skip to content

Commit a005ae7

Browse files
committed
ci: disable breaking change detection for sync PR
1 parent 6f774db commit a005ae7

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: true # bypass for major version bump with breaking changes
12+
if: false # bypass for major version bump with breaking changes
1313
steps:
1414
- name: Calculate fetch-depth
1515
run: |

0 commit comments

Comments
 (0)