Moving Dagu from Rinoa to Aranea.

This commit is contained in:
2026-05-12 07:45:00 -04:00
parent 39eeb029ae
commit 618909ad4b
9 changed files with 0 additions and 189 deletions
@@ -0,0 +1,21 @@
# Scheduled Workflows
# Run workflows automatically on a schedule
description: Example of a scheduled workflow
# Uncomment to run daily at 2:00 AM
# schedule: "0 2 * * *"
# Schedule examples:
# "0 * * * *" - Every hour
# "*/5 * * * *" - Every 5 minutes
# "0 9 * * 1-5" - Weekdays at 9 AM
# "0 0 1 * *" - First day of each month
histRetentionDays: 7 # Keep 7 days of history
steps:
- command: |
echo "Running scheduled task"
echo "Current time: $(date)"
- command: echo "Cleaning up old data"