Skip to content

Commit 0f5e754

Browse files
committed
mirror nova scotia
1 parent fbd8191 commit 0f5e754

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/mirror-pbfs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Mirror PBFs from Geofabrik
22

33
on:
4+
pull_request:
45
workflow_dispatch:
56

67
jobs:
78
mirror:
89
runs-on: ubuntu-latest
910
env:
10-
AREA: north-america
11+
AREA: north-america/canada/nova-scotia
1112

1213
steps:
1314
- name: Fetch PBF

.github/workflows/tilemaker-exports.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Build tilemaker exports
22

33
on:
4-
#push:
5-
#branches: [build-layer]
6-
# schedule:
7-
# - cron: "12 12 * * 0"
8-
pull_request:
94
workflow_dispatch:
105

116
jobs:

0 commit comments

Comments
 (0)