Skip to content

Commit 52d65d3

Browse files
committed
fixing workflow issues
1 parent 4105686 commit 52d65d3

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/format.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
name: formatter
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "src/**"
8+
- "tests/**"
9+
- ".github/workflows/format.yml"
10+
pull_request:
11+
branches: [main]
12+
paths:
13+
- "src/**"
14+
- "tests/**"
15+
- ".github/workflows/format.yml"
416

517
jobs:
618
ruff:

.github/workflows/overturemaps_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Download Overture data
3333
run: |
34-
python -m overturemaps download \
34+
overturemaps download \
3535
--bbox=-77.028151,38.887626,-77.005835,38.898414 \
3636
-f geojson \
3737
--type=place \

0 commit comments

Comments
 (0)