Skip to content

Partial compatibility with 2024.3 #130

Partial compatibility with 2024.3

Partial compatibility with 2024.3 #130

Workflow file for this run

name: regressions
on: [ workflow_dispatch, pull_request ]
# Allow cancelling all previous runs for the same branch
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
uses: ./.github/workflows/regressions-template.yml
with:
projects-matrix-file: .github/workflows/regressions.json
analyze-dependencies: false