Skip to content

Commit 020971b

Browse files
authored
chore: turn on waitOnContentHash flag (#4714)
Round 2: roll-forward after a new build that supports this.
1 parent 249ffc0 commit 020971b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app_dart/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
# app_dart/lib/src/service/config.dart
55

66
backfillerCommitLimit: 50
7+
8+
contentAwareHashing:
9+
# This will cause PRs that enter the merge queue to wait on CAH hashing
10+
# to happen before scheduling builds.
11+
waitOnContentHash: true

0 commit comments

Comments
 (0)