Skip to content

Commit d801cff

Browse files
cleanup
1 parent 5d0522c commit d801cff

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/etl.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@ jobs:
3232
pip install uv
3333
just setup
3434
35-
- name: ingest and etl
35+
- name: ingest
3636
run: |
3737
. .venv/bin/activate
3838
ia ingest
39-
ia etl
4039
env:
41-
BQ_PROJECT_ID: voltrondata-demo
4240
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4341
ZULIP_KEY: ${{ secrets.ZULIP_KEY }}
4442
GOAT_TOKEN: ${{ secrets.GOAT_TOKEN }}
43+
44+
- name: etl
45+
run: |
46+
. .venv/bin/activate
47+
ia etl

0 commit comments

Comments
 (0)