Add cron for Storybook pages - daily at 2:30 UTC (#51445)

Add cron for storybook pages - daily at 2:30 UTC
This commit is contained in:
louwie17 2024-09-17 16:11:54 +02:00 committed by Christopher Allford
parent 7c9cef1722
commit 3ca2b62611
No known key found for this signature in database
GPG Key ID: 80E44C778F08A88E
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: Storybook GitHub Pages name: Storybook GitHub Pages
on: on:
schedule:
- cron: '30 2 * * *'
workflow_dispatch: workflow_dispatch:
permissions: permissions: