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:
parent
7c9cef1722
commit
3ca2b62611
|
@ -1,6 +1,8 @@
|
||||||
name: Storybook GitHub Pages
|
name: Storybook GitHub Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '30 2 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in New Issue