From 50896ff8794509c153ef345b3ca19ade86e131ef Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Wed, 4 May 2022 20:00:06 +0100 Subject: [PATCH] chore: adjust action frequency --- .github/workflows/deploy-docs.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b02e10770..f008723b4 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,10 +1,8 @@ name: Deploy Docs -# on: -# schedule: -# - cron: '0 3 * * *' # every day at 3 am UTC - -on: [push] +on: + schedule: + - cron: '0 3 * * *' # every day at 3 am UTC jobs: deploy-nightly-demo-app: