Skip to content

Commit 1510adb

Browse files
committed
Deploy regularly
1 parent 5150962 commit 1510adb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ on:
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

16+
# Also run weekly to keep the Github cache warm, else the next deploy
17+
# takes >30mins
18+
schedule:
19+
- cron: '0 7 * * 1' # 8AM CET/11PM PT on Mondays
20+
21+
1622
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1723
jobs:
1824
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)