chore(governance): consolidate roadmap and backup policies

This commit is contained in:
2026-06-23 18:00:34 +09:00
parent 357d2507da
commit f73a66818f
28 changed files with 381 additions and 76 deletions
+15
View File
@@ -0,0 +1,15 @@
name: backup
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}
jobs:
backup:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run backup
run: python tools/backup_data_feed_and_databases_v1.py