Change CI cleanup to once per day
This commit is contained in:
parent
69b8196cf0
commit
da13a2b3cf
|
@ -7,7 +7,7 @@ on:
|
|||
workflow_dispatch:
|
||||
schedule:
|
||||
# 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
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue