Skip to content

Commit

Permalink
3am run
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 29, 2023
1 parent 18389f4 commit b6e6a87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.wal
duckdb_*
input/*
*.parquet

.idea/
data/
Expand Down

0 comments on commit b6e6a87

Please sign in to comment.