We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6170397 commit 3aa0d4aCopy full SHA for 3aa0d4a
1 file changed
.github/workflows/monitor.yml
@@ -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