This commit is contained in:
Lukas Gravley 2022-03-25 08:56:31 -05:00 committed by GitHub
parent 2b220141ff
commit 33dfb2b624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #