Skip to content

Commit b131c86

Browse files
committed
removing sqlite db
1 parent 93263af commit b131c86

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/generate-files.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,11 @@ jobs:
6262
6363
echo "snapshot_dir=snapshots_release" >> $GITHUB_ENV
6464
65-
- name: Create SQLite database
66-
run: python src/create_sqlite.py
67-
6865
- name: Create Release
6966
uses: softprops/action-gh-release@v2
7067
with:
7168
tag_name: service_data-${{ steps.metadata.outputs.commit_hash }}
72-
name: Service Data - ${{ steps.metadata.outputs.date }} (${{ steps.metadata.outputs.commit_hash }})
69+
name: Service Data - ${{ steps.metadata.outputs.date }}
7370
body: |
7471
Automated service data release for ${{ steps.metadata.outputs.date }}
7572
- Generated on: ${{ steps.metadata.outputs.date }} at ${{ steps.metadata.outputs.time }} EST
@@ -78,7 +75,6 @@ jobs:
7875
- Live data CSVs
7976
- Snapshots pre-pended with date of snapshot
8077
files: |
81-
outputs/service_data.sqlite
8278
live_data_release/**
8379
snapshots_release/**
8480
make_latest: true

.github/workflows/trigger-vercel-deploy.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)