Skip to content

Commit

Permalink
remove legacy sprint reports from scheduled jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDudas-Intuitial committed Jan 10, 2025
1 parent 209985d commit eaa02b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/analytics/app-config/env-config/scheduled_jobs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {

scheduled_jobs = {
sprint-reports = {
task_command = ["make", "gh-data-export", "sprint-reports", "gh-transform-and-load"]
task_command = ["make", "gh-data-export", "gh-transform-and-load"]
schedule_expression = "rate(1 days)"
state = "ENABLED"
}
Expand Down

0 comments on commit eaa02b0

Please sign in to comment.