Skip to content

Commit 80a3552

Browse files
committed
Update Benchmarks.yml
1 parent c2254a8 commit 80a3552

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/Benchmarks.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Benchmarks
22
on:
33
pull_request_target:
4-
branches: [main]
4+
branches: [ main ]
55
workflow_dispatch:
66
permissions:
77
pull-requests: write
88
jobs:
99
bench:
10-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{
11+
github.event_name }}
1112
runs-on: ${{ matrix.os }}
1213
timeout-minutes: 60
1314
strategy:
@@ -25,5 +26,5 @@ jobs:
2526
julia-version: ${{ matrix.version }}
2627
bench-on: ${{ github.event.pull_request.head.sha }}
2728
extra-pkgs: |
28-
https://github.com/PalmStudio/XPalm.jl#main
29-
https://github.com/VEZY/PlantBiophysics.jl#master
29+
https://github.com/PalmStudio/XPalm.jl
30+
https://github.com/VEZY/PlantBiophysics.jl

0 commit comments

Comments
 (0)