mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 10:04:58 +00:00
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:
2
.github/workflows/arm-build.yml
vendored
2
.github/workflows/arm-build.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- arm-build
|
- arm-build
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 4 20 * *' # 20th at 4:00 UTC
|
- cron: '0 4 * 2 *' # 20th at 4:00 UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user