From 3ca2b626110dfb8fe33f67f9297e079ae1a59981 Mon Sep 17 00:00:00 2001 From: louwie17 Date: Tue, 17 Sep 2024 16:11:54 +0200 Subject: [PATCH] Add cron for Storybook pages - daily at 2:30 UTC (#51445) Add cron for storybook pages - daily at 2:30 UTC --- .github/workflows/storybook-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/storybook-pages.yml b/.github/workflows/storybook-pages.yml index 0e84b6df80f..1aea3190d65 100644 --- a/.github/workflows/storybook-pages.yml +++ b/.github/workflows/storybook-pages.yml @@ -1,6 +1,8 @@ name: Storybook GitHub Pages on: + schedule: + - cron: '30 2 * * *' workflow_dispatch: permissions: