Disable benchmark-linux (#12964)

Summary:
Disabling the job temporarily. We will re-enable this when ready again

Pull Request resolved: https://github.com/facebook/rocksdb/pull/12964

Reviewed By: ltamasi

Differential Revision: D61740941

Pulled By: jaykorean

fbshipit-source-id: 167e50c4f5e38d508a8e56633261611467f30690
This commit is contained in:
Jay Huh 2024-08-23 18:39:16 -07:00 committed by Facebook GitHub Bot
parent f5c5f881d2
commit d6aed64de4
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
name: facebook/rocksdb/benchmark-linux
on:
schedule:
- cron: 7 */2 * * * # At minute 7 past every 2nd hour
# FIXME: Disabled temporarily
# on:
# schedule:
# - cron: 7 */2 * * * # At minute 7 past every 2nd hour
jobs:
benchmark-linux: