Skip to content

Added more branches to the benchmarks #172

Added more branches to the benchmarks

Added more branches to the benchmarks #172

Workflow file for this run

# https://astroautomata.com/AirspeedVelocity.jl/stable/
name: Benchmark
on:
pull_request_target:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }} # pull_request_target sets github.ref to the base branch (e.g., refs/heads/main)
cancel-in-progress: true
permissions:
pull-requests: write # need to post comments
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version: '1'