Skip to content

Exposed basic timing information from llama.cpp #303

Exposed basic timing information from llama.cpp

Exposed basic timing information from llama.cpp #303

name: release-minor-trigger
on:
pull_request:
branches:
- master
types: [ closed ]
jobs:
release-minor-trigger:
if: contains(github.event.pull_request.labels.*.name, 'minor-release') && !contains(github.event.pull_request.labels.*.name, 'patch-release')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET 6.0.x SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x