We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd8191 commit 0f5e754Copy full SHA for 0f5e754
.github/workflows/mirror-pbfs.yml
@@ -1,13 +1,14 @@
1
name: Mirror PBFs from Geofabrik
2
3
on:
4
+ pull_request:
5
workflow_dispatch:
6
7
jobs:
8
mirror:
9
runs-on: ubuntu-latest
10
env:
- AREA: north-america
11
+ AREA: north-america/canada/nova-scotia
12
13
steps:
14
- name: Fetch PBF
.github/workflows/tilemaker-exports.yml
@@ -1,11 +1,6 @@
name: Build tilemaker exports
-#push:
- #branches: [build-layer]
- # schedule:
- # - cron: "12 12 * * 0"
- pull_request:
0 commit comments