turn off scheduler for Deploy Docs workflow
This commit is contained in:
parent
556891b4fa
commit
786db6dd5c
|
@ -5,8 +5,8 @@ on:
|
||||||
tags: '**'
|
tags: '**'
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: request-build-reference # legacy
|
types: request-build-reference # legacy
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: '0 10 * * *' # Once per day at 10am UTC
|
#- cron: '0 10 * * *' # Once per day at 10am UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue