We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf7252 commit 387b476Copy full SHA for 387b476
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: github.repository == 'cloudflare/cloudflare-python'
+ if: false
13
steps:
14
- name: Calculate fetch-depth
15
run: |
0 commit comments