Skip to content

~Sandbox

~Sandbox #85

Workflow file for this run

name: "~Sandbox"
on:
workflow_dispatch:
permissions:
contents: read # to fetch code
actions: write # to cancel previous workflows
packages: write # to upload container
jobs:
build:
uses: ./.github/workflows/_build_jax.yaml
secrets: inherit