Skip to content

Commit

Permalink
wip: add base build
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Nov 16, 2023
1 parent a98bf46 commit 94d2db7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "~Sandbox"

on:
workflow_dispatch:
#push:
push:

permissions:
contents: read # to fetch code
Expand All @@ -16,8 +16,9 @@ jobs:
with:
ARCHITECTURE: amd64
secrets: inherit

build-jax:
needs: [build-base]
uses: ./.github/workflows/_build_jax.yaml
with:
ARCHITECTURE: amd64
Expand Down

0 comments on commit 94d2db7

Please sign in to comment.