Skip to content

Commit 32067f6

Browse files
Disable Mergify's speculative checks:
Speculative checks by default are enabled by default now. We didn't use to have them. We don't have the volume of PRs to need this. It also adds significant time as we have to wait for the CI of another PR to run. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 6dba03f commit 32067f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/mergify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
merge_queue:
2+
max_parallel_checks: 1
13
queue_rules:
24
- name: default
35
queue_conditions:

0 commit comments

Comments
 (0)