diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 2f277f28..d8c3ce60 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -1,10 +1,8 @@ # On every push this script is executed on: workflow_dispatch: - push: - branches: - - main - + schedule: + - cron: "0 3 * * *" #concurrency: data name: Build data diff --git a/.gitignore b/.gitignore index 11af18a9..450dabe7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.wal duckdb_* input/* +*.parquet .idea/ data/