From 34198675b64b6afa2758769054038612ef10f789 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sat, 4 Nov 2023 15:41:12 +0100 Subject: [PATCH] Flip the merge queue to OpenCI We've switched again to making OpenCI the required CI, which runs on the merge queue. So we need to make OpenCI fake the status checks. Signed-off-by: Gilles Peskine --- vars/mbedtls.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/mbedtls.groovy b/vars/mbedtls.groovy index 8fc3a1dd7..e421bd9bc 100644 --- a/vars/mbedtls.groovy +++ b/vars/mbedtls.groovy @@ -99,7 +99,7 @@ def run_pr_job(is_production=true) { try { common.maybe_notify_github('PENDING', 'In progress') - if (!common.is_open_ci_env && is_merge_queue) { + if (common.is_open_ci_env && is_merge_queue) { // Fake required checks that don't run in the merge queue def skipped_checks = [ 'DCO',