From 33dfb2b6242119429d5bf7d775e3f2f1811a288a Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Fri, 25 Mar 2022 08:56:31 -0500 Subject: [PATCH] weekly (#2679) --- .github/workflows/repo-visualization.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 #