Skip to content

Commit 3791a59

Browse files
committed
misc: Temporarily disable cache fuzzer runs on CI due to flakiness
1 parent 9f05d71 commit 3791a59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scheduled.yml

+2
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,8 @@ jobs:
751751
container: ghcr.io/facebookincubator/velox-dev:centos9
752752
needs: compile
753753
timeout-minutes: 120
754+
# Temporarily disable on PRs till flakiness is fixed #12167
755+
if: ${{ github.event_name != 'pull_request' }}
754756
steps:
755757

756758
- name: Download cache fuzzer

0 commit comments

Comments
 (0)