chore(governance): consolidate roadmap and backup policies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user