Skip to content

Commit

Permalink
Update delete workflow to target 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 1, 2023
1 parent 8bed163 commit 54d681b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/delete_current_year_model_runs.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ current_year <- current_date %>% format("%Y")
year <- if (current_month < "05") {
current_year
} else {
as.character(as.numeric(current_year) + 1)
as.character(as.numeric(current_year))
}

# Convert the comma-delimited input to a vector of run IDs. Accepting one or
Expand Down

0 comments on commit 54d681b

Please sign in to comment.