From 1a9aca9ff2257e9cbaad02875e11279973b3d673 Mon Sep 17 00:00:00 2001 From: yfantse Date: Thu, 21 Nov 2024 17:24:54 +0200 Subject: [PATCH] index_site.yml: remove scheduling --- .github/workflows/index_site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/index_site.yml b/.github/workflows/index_site.yml index 9712940d112..b8c3dae142f 100644 --- a/.github/workflows/index_site.yml +++ b/.github/workflows/index_site.yml @@ -2,10 +2,10 @@ name: Index TED Developer Docs on: #workflow_dispatch - workflow_dispatch: - schedule: + #workflow_dispatch: + #schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 4 * * *' + # - cron: '0 4 * * *' env: JOBS_REPO: github.com/OP-TED/OP-TED.github.io