We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
waitOnContentHash
1 parent 249ffc0 commit 020971bCopy full SHA for 020971b
1 file changed
app_dart/config.yaml
@@ -4,3 +4,8 @@
4
# app_dart/lib/src/service/config.dart
5
6
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