Skip to content

Commit fe38751

Browse files
committed
fix: station csv
1 parent bd9d2b9 commit fe38751

File tree

3 files changed

+266
-261
lines changed

3 files changed

+266
-261
lines changed

.github/workflows/station-check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- name: Run station check
3838
run: bun run scripts/station-check.ts
3939

40-
- name: Copy station-dev.csv to station.csv
41-
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/main'
42-
run: |
43-
cp resource/station-dev.csv resource/station.csv
44-
4540
- name: Commit and push changes
4641
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/main'
4742
env:

0 commit comments

Comments
 (0)