Skip to content

~Sandbox

~Sandbox #83

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:

Check failure on line 13 in .github/workflows/_sandbox.yaml

View workflow run for this annotation

GitHub Actions / ~Sandbox

Invalid workflow file

The workflow is not valid. .github/workflows/_sandbox.yaml (Line: 13, Col: 3): The workflow must contain at least one job with no dependencies.
needs: metadata
uses: ./.github/workflows/_build_jax.yaml
with:
BUILD_DATE: ${{ needs.metadata.outputs.BUILD_DATE }}
secrets: inherit