Skip to content

Bump julia-actions/cache from 2 to 3 #40

Bump julia-actions/cache from 2 to 3

Bump julia-actions/cache from 2 to 3 #40

Workflow file for this run

name: Benchmarks
on:
pull_request_target:
branches: [master]
workflow_dispatch:
permissions:
pull-requests: write
jobs:
bench:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
version:
- "1"
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version: ${{ matrix.version }}
bench-on: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}