Skip to content

Commit

Permalink
Merge branch 'main' into regenerate-data
Browse files Browse the repository at this point in the history
IndrajeetPatil authored Oct 3, 2023
2 parents e53feee + 0e5bfef commit cc26e72
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
@@ -352,8 +352,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)) {

0 comments on commit cc26e72

Please sign in to comment.