Skip to content

Commit 3aa0d4a

Browse files
committed
Create Monitor (scheduled) build action
1 parent 6170397 commit 3aa0d4a

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/monitor.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SPDX-FileCopyrightText: 2025 Howetuft
2+
#
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
7+
# Monitor buildability.
8+
#
9+
# This workflow periodically triggers a build of LuxCoreDeps to ensure it stays
10+
# buildable. The build is typically launched on a daily basis.
11+
12+
13+
name: LuxCore Dependency Monitoring
14+
15+
on:
16+
schedule:
17+
- cron: "* * * * 5"
18+
19+
jobs:
20+
call-build-deps:
21+
uses: ./.github/workflows/build.yml
22+
with:
23+
luxdeps-version: "Monitor"

0 commit comments

Comments
 (0)