Skip to content

Commit

Permalink
don't require runs with test data for ci tests (should only be needed…
Browse files Browse the repository at this point in the history
… for `master`)
  • Loading branch information
mashehu committed Mar 4, 2024
1 parent a6f7c60 commit e235fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public_html/pipeline_health.php
Original file line number Diff line number Diff line change
Expand Up @@ -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..??
];
Expand Down

0 comments on commit e235fae

Please sign in to comment.