Skip to content

Commit

Permalink
temporarily disable insulation score action, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clarabakker committed Jan 3, 2025
1 parent f361f84 commit 97ab470
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ foursight
Change Log
----------

4.9.8
=====

`PR 586: Ignore non-mcools in insulation-score check <https://github.com/4dn-dcic/foursight/pull/586>`_

* The insulation score and boundaries caller check won't append a file to its output unless it is the mcool

4.9.7
=====

Expand Down
2 changes: 1 addition & 1 deletion chalicelib_fourfront/checks/wfr_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,7 @@ def insulation_scores_and_boundaries_status(connection, **kwargs):
check.summary = str(len(check.full_output['running_runs'])) + ' running|'
if check.full_output['needs_runs']:
check.summary += str(len(check.full_output['needs_runs'])) + ' missing|'
check.allow_action = True
check.allow_action = False
check.status = 'WARN'
if check.full_output['completed_runs']:
check.summary += str(len(check.full_output['completed_runs'])) + ' completed|'
Expand Down

0 comments on commit 97ab470

Please sign in to comment.