turn off scheduler for Deploy Docs workflow

This commit is contained in:
Dan Allen 2023-01-06 16:18:56 -07:00 committed by Rob Winch
parent 556891b4fa
commit 786db6dd5c
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ on:
tags: '**'
repository_dispatch:
types: request-build-reference # legacy
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
#schedule:
#- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
permissions: read-all
jobs: