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 8019dee commit 28fb5e4Copy full SHA for 28fb5e4
.github/workflows/flaky-test-detector.yml
@@ -27,7 +27,7 @@ jobs:
27
timeout-minutes: 60
28
name: 'Check tests for flakiness'
29
# Also skip if PR is from master -> develop
30
- if: ${{ github.base_ref != 'master' && github.ref != 'refs/heads/master' }}
+ if: false
31
steps:
32
- name: Check out current branch
33
uses: actions/checkout@v4
0 commit comments