Skip to content

fix: visual diff to remove data cache and use cloudfront data. BM-183… #22

fix: visual diff to remove data cache and use cloudfront data. BM-183…

fix: visual diff to remove data cache and use cloudfront data. BM-183… #22

Workflow file for this run

name: pr-review
on:
pull_request:
push:
branches:
- master
jobs:
data-review:
uses: linz/topographic-system/.github/workflows/data-review.yml@master
with:
runs_on: ubuntu-latest_16core
environment: nonprod
changed_datasets_only: false
output: s3://linz-topography-nonprod/
strategy: ${{ (github.ref == 'refs/heads/master' && github.event_name == 'push') && 'latest,date' || format('commit={0}', github.sha) }}
data: ${{ format('s3://linz-topography-scratch-nonprod/github-cache/commit/{0}-{1}/', github.sha, github.run_id) }}
secrets: inherit
visual-diff:
needs: data-review
uses: linz/topographic-system/.github/workflows/visual-diff.yml@master
with:
environment: nonprod
map_version: latest
project: https://d1jzh93b1t1cv.cloudfront.net/qgis/nztopo50/latest/nztopo50.json
secrets: inherit