Skip to content

Insights

Insights #96

Workflow file for this run

name: Insights
# When client modify table data file in db dir
on:
workflow_dispatch: # manually trigger pipeline
schedule:
- cron: '0 0 * * *' # every day at 00:00 UTC
jobs:
call-insights-reusable-workflow:
uses: db-man/db-man/.github/workflows/insights-reusable-workflow.yml@main