Skip to content

Commit

Permalink
update ci rules in to current set
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Mar 4, 2024
1 parent aa4d47d commit a6f7c60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public_html/pipeline_health.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ public function __construct($name) {

// Names of required CI checks. These are added to whatever already exists.
public $required_status_check_contexts = [
'Prettier',
'EditorConfig',
'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
Expand All @@ -93,6 +92,8 @@ public function __construct($name) {
'YAML',
'Markdown',
'Run workflow tests',
'Prettier',
'EditorConfig',
];
public $branch_exist_tests = ['master'];
public $branches_protection = ['master'];
Expand Down

0 comments on commit a6f7c60

Please sign in to comment.