Update Nightly Pipeline to run less often, to not put to much stress on Servers

This commit is contained in:
2026-07-07 17:08:13 +02:00
parent 49524146e8
commit 62999cfed8
+6 -2
View File
@@ -4,8 +4,12 @@ on:
push:
branches:
- main
schedule:
- cron: "20 2 * * *"
paths:
- "src/**"
- "pom.xml"
- "mvnw"
- "mvnw.cmd"
- ".github/workflows/nightly-artifacts.yml"
workflow_dispatch:
env: