Updated format maintenance to dispatch instead of push

This commit is contained in:
Lucas
2025-11-12 11:03:43 -08:00
parent 5a38b745a8
commit f9f12f3ab1

View File

@@ -2,9 +2,9 @@
name: Format Maintenance
on:
push:
paths:
- 'source/data/**'
workflow_dispatch:
schedule:
- cron: '0 1 * * 1' # Every monday at 1 am UTC
jobs:
generate: