Skip to content

Commit 786db6d

Browse files
mojavelinuxrwinch
authored andcommitted
turn off scheduler for Deploy Docs workflow
1 parent 556891b commit 786db6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
tags: '**'
66
repository_dispatch:
77
types: request-build-reference # legacy
8-
schedule:
9-
- cron: '0 10 * * *' # Once per day at 10am UTC
8+
#schedule:
9+
#- cron: '0 10 * * *' # Once per day at 10am UTC
1010
workflow_dispatch:
1111
permissions: read-all
1212
jobs:

0 commit comments

Comments
 (0)