Skip to content

Commit

Permalink
Use only required resources for sensor (#34056)
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing authored Jan 9, 2024
1 parent eb3e158 commit 25799ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}

SENSORS = [
registry_updated_sensor(job=generate_registry_reports, resources_def=RESOURCES),
registry_updated_sensor(job=generate_registry_reports, resources_def=REGISTRY_RESOURCE_TREE),
new_gcs_blobs_sensor(
job=generate_oss_registry,
resources_def=REGISTRY_ENTRY_RESOURCE_TREE,
Expand Down

0 comments on commit 25799ba

Please sign in to comment.