Skip to content

added: NonLinModelDAE and TrapezoidalCollocation support in MovingHorizonEstimator #680

added: NonLinModelDAE and TrapezoidalCollocation support in MovingHorizonEstimator

added: NonLinModelDAE and TrapezoidalCollocation support in MovingHorizonEstimator #680

Workflow file for this run

name: Benchmark

Check warning on line 1 in .github/workflows/benchmark.yml

View workflow run for this annotation

GitHub Actions / Benchmark

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
pull_request_target:
branches: [ main ]
types: [labeled, opened, synchronize, reopened]
permissions:
pull-requests: write # needed to post comments
jobs:
bench:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'benchmark') }}
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version: '1'