fix: cron

This commit is contained in:
Andrei Stoian
2025-08-25 10:16:43 +02:00
parent abe7d43bbc
commit 6adc6a2393

View File

@@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# Nightly tests @ 1AM after each work day
- cron: "0 1 * * MON-FRI"
- cron: "0 2 * * MON-FRI"
permissions:
contents: read