Change CI cleanup to once per day

This commit is contained in:
Steve Faulkner 2021-05-28 09:16:36 -05:00 committed by GitHub
parent 69b8196cf0
commit da13a2b3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# Once every hour # Once every hour
- cron: "0 * * * *" - cron: "0 15 * * *"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs: