Compare commits

..

1 Commits

Author SHA1 Message Date
Ludovico Cavedon
d483eee44c
Merge 929794596f18ada3ca5edfeae193c3b1a1c33823 into 5fad976b372e381312f8de69f0969f1284d229d3 2025-11-16 11:11:08 +08:00

View File

@ -8,8 +8,9 @@ on:
branches:
- master
schedule:
# Run daily at 00:00 UTC
- cron: '0 0 * * *'
# Run every 3 months (quarterly) on the 1st day at 00:00 UTC
# Months: January (1), April (4), July (7), October (10)
- cron: '0 0 1 1,4,7,10 *'
workflow_dispatch: # Allow manual trigger
permissions: