Skip to content

Commit

Permalink
Merge pull request #19 from easystats/rm-strict-workflow
Browse files Browse the repository at this point in the history
Update saved RDS for the removal of a workflow
  • Loading branch information
IndrajeetPatil authored May 6, 2024
2 parents 7c80eba + 6432e26 commit d81b0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified badge_url_data.rds
Binary file not shown.
3 changes: 2 additions & 1 deletion data-raw/workflow_badge_urls_db.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ extract_main_workflows <- function(workflows) {
"pre-commit",
"revdepcheck",
"test-coverage-examples",
"update-to-latest-easystats"
"update-to-latest-easystats",
"R-CMD-check-strict" # this was removed for good
)

setdiff(workflows, workflows_not_run_on_main)
Expand Down

0 comments on commit d81b0ef

Please sign in to comment.