We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5150962 commit 1510adbCopy full SHA for 1510adb
.github/workflows/main.yml
@@ -13,6 +13,12 @@ on:
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
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
22
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
23
jobs:
24
# This workflow contains a single job called "build"
0 commit comments