Skip to content

Commit c6908f4

Browse files
print bm
1 parent 5128f40 commit c6908f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bench/01-declarations.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ plot_against_base <- function(new_bm,
1212
branches <- gert::git_branch_list()
1313
last_commit_base_branch <- branches[branches$name == Sys.getenv("GITHUB_BASE_REF"), "commit", drop = TRUE]
1414
bm <- bench::cb_read()
15+
print("bm is")
16+
print(bm)
1517
commit_is_reference <- bm$commit_hash == last_commit_base_branch
1618
if (any(commit_is_reference) && Sys.getenv("GITHUB_BASE_REF") != "" && !is.null(bm) && nrow(bm) > 0) {
1719
# if a pull request

0 commit comments

Comments
 (0)