Skip to content

chore(deps): bump jinja2 from 3.0.3 to 3.1.5 in /documentation #2897

chore(deps): bump jinja2 from 3.0.3 to 3.1.5 in /documentation

chore(deps): bump jinja2 from 3.0.3 to 3.1.5 in /documentation #2897

# Generate a set of screenshots for the current branch and compare against previously generated on master
name: Test-Visual Compare Screenshots
on:
pull_request:
types: [labeled, synchronize]
branches:
- master
concurrency:
group: test-visual-compare-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# env:
# TODO - replace with dedicated screenshots deployment
# DEPLOYMENT: plh_global
jobs:
generate:
if: contains(github.event.pull_request.labels.*.name, 'Test - visual')
uses: ./.github/workflows/test-visual.yml
secrets: inherit
with:
compare: true