Skip to content

build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /regression-tests #487

build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /regression-tests

build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /regression-tests #487

Workflow file for this run

---
name: 'Call reusable regression workflow'
on:
push:
pull_request:
schedule:
- cron: '0 22 * * 3'
jobs:
regression_clang:
uses: ./.github/workflows/regression_reusable.yml
with:
compiler: clang
regression_gcc:
uses: ./.github/workflows/regression_reusable.yml
with:
compiler: gcc