diff --git a/.github/workflows/repo-visualization.yml b/.github/workflows/repo-visualization.yml index 25d5d246bc8..14dc696564e 100644 --- a/.github/workflows/repo-visualization.yml +++ b/.github/workflows/repo-visualization.yml @@ -15,9 +15,9 @@ name: Repository Visualization # Start the job on all push or PR to main # ########################################### on: - push: - #pull_request: - # type: [closed] + schedule: + # Sunday at 5:00pm + - cron: "0 17 * * 0" ############### # Set the Job #