We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f05d71 commit 3791a59Copy full SHA for 3791a59
.github/workflows/scheduled.yml
@@ -751,6 +751,8 @@ jobs:
751
container: ghcr.io/facebookincubator/velox-dev:centos9
752
needs: compile
753
timeout-minutes: 120
754
+ # Temporarily disable on PRs till flakiness is fixed #12167
755
+ if: ${{ github.event_name != 'pull_request' }}
756
steps:
757
758
- name: Download cache fuzzer
0 commit comments