hvm 2.0.22

A massively parallel, optimal functional runtime in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Delete Cancelled Benchmarks

on:
  workflow_dispatch:
    inputs:
      run_id:
        type: string
        description: "" 

jobs:
  delete:
    runs-on: ubuntu-latest
    steps:
      - run: gh api "repos/higherorderco/hvm-core/actions/runs/${{ inputs.run_id }}" -X DELETE
        env:
          GH_TOKEN: ${{ secrets.PAT }}