CI ARM Linux: run every week on Thursday

Caches are deleted if not used for 7 days so if run every week, the
cached environment remains preserved.
This commit is contained in:
Martin Pulec
2023-03-23 12:15:40 +01:00
parent 449251ac3e
commit 88d7d1eb8a

View File

@@ -5,7 +5,7 @@ on:
branches:
- arm-build
schedule:
- cron: '0 4 20 * *' # 20th at 4:00 UTC
- cron: '0 4 * 2 *' # 20th at 4:00 UTC
workflow_dispatch:
jobs: