From e235fae0d72103436db05a1f2ef6f164e576df18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Mon, 4 Mar 2024 10:03:18 +0000 Subject: [PATCH] don't require runs with test data for ci tests (should only be needed for `master`) --- public_html/pipeline_health.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/pipeline_health.php b/public_html/pipeline_health.php index 7a309402a3..c7b04888a2 100644 --- a/public_html/pipeline_health.php +++ b/public_html/pipeline_health.php @@ -80,7 +80,6 @@ public function __construct($name) { public $required_status_check_contexts = [ 'pre-commit', 'nf-core', - 'Run pipeline with test data', // NOTE - doesn't seem to be any way to get the "available" contexts through GitHub API // If we really want to do this, might have to query the repo contents..?? ];