Skip to content

Last attempt at a different syntax #27

Last attempt at a different syntax

Last attempt at a different syntax #27

Workflow file for this run

name: Benchmarks

Check failure on line 1 in .github/workflows/Benchmarks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Benchmarks.yml

Invalid workflow file

(Line: 26, Col: 11): A sequence was not expected
on:
pull_request_target:
branches: [main]
workflow_dispatch:
permissions:
pull-requests: write
jobs:
bench:
name: Julia ${{ matrix.julia }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
julia:
- "1.9"
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version:
- "1.9"
bench-on: ${{ github.event.pull_request.head.sha }}