We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2254a8 commit 80a3552Copy full SHA for 80a3552
1 file changed
.github/workflows/Benchmarks.yml
@@ -1,13 +1,14 @@
1
name: Benchmarks
2
on:
3
pull_request_target:
4
- branches: [main]
+ branches: [ main ]
5
workflow_dispatch:
6
permissions:
7
pull-requests: write
8
jobs:
9
bench:
10
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{
11
+ github.event_name }}
12
runs-on: ${{ matrix.os }}
13
timeout-minutes: 60
14
strategy:
@@ -25,5 +26,5 @@ jobs:
25
26
julia-version: ${{ matrix.version }}
27
bench-on: ${{ github.event.pull_request.head.sha }}
28
extra-pkgs: |
- https://github.com/PalmStudio/XPalm.jl#main
29
- https://github.com/VEZY/PlantBiophysics.jl#master
+ https://github.com/PalmStudio/XPalm.jl
30
+ https://github.com/VEZY/PlantBiophysics.jl
0 commit comments