Files
kjh2064 7cce836cc6
Quant Engine CI/CD Pipeline / validate-core (pull_request) Failing after 2m33s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (pull_request) Has been cancelled
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (pull_request) Failing after 37s
chore(ci): update workflow runs-on label to ubuntu-latest
2026-06-25 15:24:57 +09:00

16 lines
256 B
YAML

name: backup
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}
jobs:
backup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run backup
run: python tools/backup_data_feed_and_databases_v1.py