Skip to content

Commit

Permalink
fix(tabs): remove red alert from audit on skipped hooks (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Feb 2, 2024
1 parent 6970e54 commit 43e2a93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/elm/Nav.elm
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@ viewRepoTabs rm org repo currentPage scheduleAllowlist =
"success" ->
False

"skipped" ->
False

_ ->
hook.created > build.created

Expand Down

0 comments on commit 43e2a93

Please sign in to comment.