We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f774db commit a005ae7Copy full SHA for a005ae7
1 file changed
.github/workflows/detect-breaking-changes.yml
@@ -9,7 +9,7 @@ jobs:
9
detect_breaking_changes:
10
runs-on: 'ubuntu-latest'
11
name: detect-breaking-changes
12
- if: true # bypass for major version bump with breaking changes
+ if: false # bypass for major version bump with breaking changes
13
steps:
14
- name: Calculate fetch-depth
15
run: |
0 commit comments