From 786db6dd5c30ea434c2dc179fa6bbba7fcc6df55 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 6 Jan 2023 16:18:56 -0700 Subject: [PATCH] turn off scheduler for Deploy Docs workflow --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 32b9f5056d..b2d407b913 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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: