Skip to content

Commit

Permalink
Merge branch 'Testing-Forecast-Actions:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Chappi74 authored Aug 23, 2024
2 parents 5533410 + 7111b84 commit 5f359cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate_submissions_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
v <- hubValidations::validate_pr(
gh_repo = Sys.getenv("GITHUB_REPOSITORY"),
pr_number = Sys.getenv("PR_NUMBER"),
skip_submit_window_check = FALSE
skip_submit_window_check = FALSE,
derived_task_ids = c("target_end_date")
)
hubValidations::check_for_errors(v, verbose = TRUE)
Expand Down

0 comments on commit 5f359cc

Please sign in to comment.