Skip to content

Commit 28fb5e4

Browse files
committed
Skip running flaky-test-detector
1 parent 8019dee commit 28fb5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 60
2828
name: 'Check tests for flakiness'
2929
# Also skip if PR is from master -> develop
30-
if: ${{ github.base_ref != 'master' && github.ref != 'refs/heads/master' }}
30+
if: false
3131
steps:
3232
- name: Check out current branch
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)