Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 2, 2023
1 parent 1deca8b commit 0e5bfef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dashboard.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ extract_workflow_status <- function(url) {
content <- httr::content(response, as = "text")
# Check if the word "passing" or "failing" appears anywhere in the HTML
if (grepl("passing", content)) {
return("✅")
} else if (grepl("failing", content)) {
Expand Down

0 comments on commit 0e5bfef

Please sign in to comment.