From 8622a8518a6482666613253971a8c224d223d75d Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" Date: Mon, 19 May 2025 21:59:21 +0000 Subject: [PATCH] Revert "chore: turn on `waitOnContentHash` flag (#4706)" This reverts commit 14278d85d6eb0b3af2c67d8f2ef97a04f6c27fc8. --- app_dart/config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app_dart/config.yaml b/app_dart/config.yaml index 4685eb9b77..b27670c5b3 100644 --- a/app_dart/config.yaml +++ b/app_dart/config.yaml @@ -4,8 +4,3 @@ # app_dart/lib/src/service/config.dart backfillerCommitLimit: 50 - -contentAwareHashing: - # This will cause PRs that enter the merge queue to wait on CAH hashing - # to happen before scheduling builds. - waitOnContentHash: true