Skip to content

Update version to 1.16.0 in Project.toml #292

Update version to 1.16.0 in Project.toml

Update version to 1.16.0 in Project.toml #292

Workflow file for this run

name: Benchmark
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'